console-based progress bar
Project description
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()
====
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypb-1.0.1.tar.gz
(3.4 kB
view details)
File details
Details for the file pypb-1.0.1.tar.gz
.
File metadata
- Download URL: pypb-1.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8f7bf9b81b46afe08656763f5b8af3752bcac4a054f3b841ce0624aed2757ba |
|
MD5 | 045099b71195f22745ff49d988cc0858 |
|
BLAKE2b-256 | ed4c7ced5ac19e976795959dd2bea7f25166d8a85910ce604882f3153c8afee2 |