Skip to main content

Simple, easy to use progress bar.

Project description

Simple, easy to use progress bar for Python 3.6+.

Installation

$ pip3 install ezprogress

Usage

>>> from ezprogress.progressbar import ProgressBar
>>> pb = ProgressBar(total=100, title='Progress')
>>> pb.start()
>>> for i in range(0, 100):
>>>     pb.update(i)
>>>     do_stuff(i)
>>> pb.finished()

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

ezprogress-1.0.6.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file ezprogress-1.0.6.tar.gz.

File metadata

  • Download URL: ezprogress-1.0.6.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.4.3

File hashes

Hashes for ezprogress-1.0.6.tar.gz
Algorithm Hash digest
SHA256 796233e4ff585bd669043bd2f1c3ce71e19290c66952783de380d3058e472afd
MD5 1ebbd16291c61dc280d61973b2f3bf38
BLAKE2b-256 15d3f08f112b93be11a90a46c90f2ed9923e782910755e452eccf91ef1c5ddad

See more details on using hashes here.

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