Alpha Warning! Until 1.0.0
, progressive
will likely be going under some kind of radical API revision every minor release; just a forewarning.
Colorful progress bars and trees for your terminal, powered by blessings. Compatible with both Python 2 and 3.
progressive
lets you view progress of complex workflows as well as simple ones:
- For the possibly stable
pip install progressive
- For the latest and greatest
git clone https://github.com/hfaran/progressive.git
cd progressive
python setup.py install
- There is preliminary documentation is available at readthedocs but more detailed documentation is coming soon on completion of the 1.0 API, but in the meantime check out the examples.
progressive
supports graceful fallback modes for terminals without colors, but you really should upgrade your terminal to 256 colors to make full use ofprogressive
.