python-progressbar
python-progressbar copied to clipboard
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
Same idea as fbb2f4d18703f387349e77c126214d8eb9bd89c1 but more generic. Only the flushing should be wrapped, everything else should behave like it would on the target. The issue arises while trying to access...
Hello WoLpH, I hope you are doing well. Thank you for your amazing project, it's very helpful. #### Description I get the following error: ``` Traceback (most recent call last):...
#### Description I am trying to work out a way of combining multiprocessing (with several process), logging and your progressbar. The idea is that there will be multiple processes each...
#### Description I would like to have a progress indicator with multiple counters. My use case is that I have to download a very large number of files from S3....
#### Description I've modified the format_custom_text example to use a `with... as...` context. The progress bar does not update when I do that, and I can't quite figure out why...
#### Description Given multiple tasks processed in parallel, a progressbar for each one may bring some enlightment to the developer. #### Code i found [this option here](https://github.com/alphatwirl/atpbar), but its interface...
#### Description when I try to check if objects that reference a bar is pickable I get random prints of progress bars. e.g. ``` dill.pickles(field_val) N/A% (0 of N/A) |#...
Hi, the download speed as well as file size value is shown correct but there is no prefix. **Speed**: 3.3 B/s **Size**: 121.0 B instead of **Speed**: 3.3 MiB/s **Size**:...
#### Description I want to save the print of the Progressbar to a log.txt file after `pbar.finish()`. But it seems that the print of the Progressbar cannot be directly output...
e.g. tqdm has some: https://github.com/tqdm/tqdm#nested-progress-bars