Skip to main content

Simple progress indicator printing to stdout

Project description

## simpleprogress

Simple progress indicator for python. Internally tracks time for updates.

```python
from simpleprogress import Progress

max_val = 100
p = Progress(max_val, poll_time=2.0) # default poll time is 1 second

for i in range(0, 100):

if p.should_update:
p.update(i)
print(p.pretty_print())

time.sleep(1)

```


Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simpleprogress-0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

simpleprogress-0.1-py3-none-any.whl (3.0 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