Skip to main content

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


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 hashes)

Uploaded Source

Built Distributions

clpb-1.0.0-py3.6.egg (1.0 kB view hashes)

Uploaded Source

clpb-1.0.0-py3-none-any.whl (1.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page