Command line progress bar for Python 3
Project description
Command Line Progress Bar for Python 3.x
Installation
pip install clpb
Examples
>>> from clpb import ProgressBar >>> items_length = 69 >>> pb = ProgressBar(0, items_length) >>> pb.initial_print() ... pb.current_print(i+1) Progress |████████████████████████████████████████| 100.0% Complete
>>> from clpb import ProgressBar >>> items_length = 69 >>> pb = ProgressBar(0, items_length, fill='#') >>> pb.initial_print() ... pb.current_print(i+1) Progress |########################################| 100.0% Complete
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
clpb-1.0.0.tar.gz
(1.2 kB
view details)
Built Distributions
clpb-1.0.0-py3.6.egg
(1.0 kB
view details)
clpb-1.0.0-py3-none-any.whl
(1.3 kB
view details)
File details
Details for the file clpb-1.0.0.tar.gz
.
File metadata
- Download URL: clpb-1.0.0.tar.gz
- Upload date:
- Size: 1.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5895560366e319a36223b1f8ee10e70d65dfc6904ae8bfdc06c86fb06d80a2ed |
|
MD5 | bea80fe1171edfa7f7bf0e748740f297 |
|
BLAKE2b-256 | 4f58e0bc3de527cfbece36ad04b7108552bd003d6cd5eb070774870b13fd1004 |
File details
Details for the file clpb-1.0.0-py3.6.egg
.
File metadata
- Download URL: clpb-1.0.0-py3.6.egg
- Upload date:
- Size: 1.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1a75d1ff78231403a73c8d3025063182473ba16c07d0c6c3006965414638000 |
|
MD5 | 84d038b7cc4982e8148d7b595ce32d0e |
|
BLAKE2b-256 | 5240b3a6a189cb41d00d90efcad8902a8cc048b42348d80a5b93a3fdc3f81469 |
File details
Details for the file clpb-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: clpb-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77157d21e69d77af2abf7fd6d4f3a720a6af74cf0071ddc59fd114fa67799f92 |
|
MD5 | cc698881895e16de74555c377953d057 |
|
BLAKE2b-256 | 876150ecc86e7782d3318d1745750f126e4a077798dfc9b25adbc394f2205009 |