PBar is a small Python library to display highly customizable progress bars on the terminal easily. Contributions are welcome!
multiple_bars.mp4
More examples
relative_pos.mp4
Source available here.
example.mp4
Source available here.
conds.mp4
Source available here.
Please visit the different wiki pages available here to see all the features of this package!
- Python 3.9+
- A terminal that can display VT100 sequences and escape codes such as
\v. Windows CMD and PowerShell do not support some of these entirely, though Windows Terminal does.
PBar is available on the Python Package Index:
pip install pbar2
You can also install this package through GitHub with pip:
pip install git+https://github.com/DarviL82/PBar
For uninstalling:
pip uninstall pbar2
There is also an Arch User Repository package made by MithicSpirit.
| User | Task |
|---|---|
| DrMeepster | Type Checking |
