Last updated:
0 purchases
PBar2 2.2.2
PBar is a small Python library to display highly customizable progress bars on the terminal easily. Contributions are welcome!
https://user-images.githubusercontent.com/48654552/140072905-f83a1ff4-fba7-481d-925d-727caed6c3e8.mp4
More examples
https://user-images.githubusercontent.com/48654552/148692560-87e005f7-076a-48cc-9ae9-4c168ee040bc.mp4
Source available here.
https://user-images.githubusercontent.com/48654552/134776865-c7516cf1-0c66-44da-ae2c-f2cbedd2527c.mp4
Source available here.
https://user-images.githubusercontent.com/48654552/137568056-aafa1ba1-35c2-4ecd-84f8-99ca0093cab5.mp4
Source available here.
Wiki
Please visit the different wiki pages available here to see all the features of this package!
Requirements
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.
Installation
Pip
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
AUR
There is also an Arch User Repository package made by MithicSpirit.
Additional Credits
User
Task
DrMeepster
Type Checking
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.