alive-progress icon indicating copy to clipboard operation
alive-progress copied to clipboard

A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!

Results 39 alive-progress issues
Sort by recently updated
recently updated
newest added

Hello, First of all thank you for all the effort you've put in to this project so far. I am running into an issue I can't seem to resolve and...

bug
ready for release

First of all; I really like this project. It makes creating nice looking progress bars a breeze compared to other solutions that I've tried in the past. Nice work! Today...

bug
ready for release

Would it be possible to support automatic unit conversion, similar to how [tqdm](https://tqdm.github.io/docs/tqdm/) implements this? > * `unit` : str, optional > String that will be used to define the...

feature request
ready for release

Can you add the latests versions to the conda package manager? https://anaconda.org/conda-forge/alive-progress

get back to

We are using [prompt_toolkit](https://pypi.org/project/prompt-toolkit/) and using layout `prompt_toolkit.layout.containers` that hold `prompt_toolkit.layout.controls.FormattedTextControl`. It would be great to send the progress bar to one of these controls instead of going only to...

feature request

I think that stderr is the preferred destination for progress bars (and errors in command line tools). When the bar is written to stderr, users can still see the progress...

feature request
ready for release

Loving this library. However, I'm wondering if I can use it to query the eta or stats so I can use it with other methods of reporting like, say, a...

feature request
ready for release

I mainly use the meter for long-running processes, where also the increments take several minutes. So the unit of 1/s in the throughput is always 0.0, which does not say...

feature request
ready for release

Nesting bars is not supported, and throws a cryptic unhashable type error (https://github.com/rsalmei/alive-progress/issues/107) It would be nice if the error was more informative. Maybe `RuntimeError('Nested alive-progress bars are not supported')`...

improvement

Hello, Thank you for this package, animations are really cool. I would like to display several times progress bar, and clear the previous progress bar before starting the new one....

feature request