Skip to main content

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

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

pypb-1.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

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