-
Notifications
You must be signed in to change notification settings - Fork 0
generic console-based progress bar
License
treystout/pypb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pypb ==== What it is ========== A configurable console-based progress bar for python utilities. Installing ========== pip install pypb How to use it ============= from pypb import ProgressBar pb = ProgressBar('some task', 4000) for i in range(4000): pb.draw()
About
generic console-based progress bar
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published