Skip to main content

An easy-to-use progress bar tool for python.

Project description

Pyprobar

image image image image

An easy-to-use progress bar tool for python.

Installation

pip install pyprobar

Synopsis

28.71% |████████>>>>>>>>>>>>>>>>>  | 0:00:22|0:00:31 ETC: 02-20 18:08:15

Usage

Use probar or bar for different situations:

from pyprobar import bar, probar
import time

for idx, x in probar(range(1234)):
    time.sleep(0.02)
>>> 18.31%|█████>>>>>                  | 0:00:20|0:00:25  ETC: 02-20 19:00:39
import numpy as np
N = 1024
a = np.linspace(2, 5, N)
for idx, i in enumerate(a):
    time.sleep(0.01)
    bar(idx, N)
>>> 100.00% |█████████████████████████████| 0:00:00|0:00:10  ETC: 02-19 20:33:34 

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

pyprobar-0.1.0.5.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

pyprobar-0.1.0.5-py3-none-any.whl (5.4 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