Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display multiple simultaneous ProgressBars #49

Open
hughes opened this issue Feb 25, 2016 · 2 comments
Open

Display multiple simultaneous ProgressBars #49

hughes opened this issue Feb 25, 2016 · 2 comments

Comments

@hughes
Copy link

hughes commented Feb 25, 2016

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
Copy link

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

@rsalmei
Copy link

rsalmei commented Aug 23, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants