coa-project / pycoa

pycoa Python source code
MIT License
18 stars 0 forks source link

Add progress bar #167

Closed odadoun closed 4 months ago

odadoun commented 1 year ago

It could be nice to have a progress bar while the db is loaded and/or the graph is drawing see tqdm package

odadoun commented 1 year ago

optionally wrap with tqdm for progress bar

from tqdm import tqdm

odadoun commented 5 months ago

@NoamXD8 have a look on this package ...

odadoun commented 5 months ago

this option should be available inside setwhom for instance setwhom('TOTO', reload=True,progress_bar=True)