NiltonVolpato / python-progressbar

Text progress bar library for Python
Other
412 stars 105 forks source link

Display multiple simultaneous ProgressBars #49

Open hughes opened 8 years ago

hughes commented 8 years ago

During nested operations, it can be useful to see the progress of a particular task in the context of a large list of tasks.

Overall progress: |#######               | ETA 0:06:49
Item progress:    |###                   |

Currently, instantiating multiple ProgressBars will cause them to overwrite the same line. Can this library be used to display multiple lines of progress?

thobianchi commented 7 years ago

See this Thread, it gives some alternatives, and an hack to use this library. I reccomend however switching to tqdm

rsalmei commented 4 years ago

My new progressbar doesn't support this as well. I'm looking for inspiration in other projects, but it seems all of them have an open ticket for that, it's really no easy achievement... It's for this project: https://github.com/rsalmei/alive-progress alive-progress