Usefull progress "bar"
Project description
nobar
- Why make a new progress bar?
- To have the right one! Pythonic, plain, which can be used)
Quick start:
pip install nobar
Examples:
from nobar import nobar
# With init. You'll see left itetations and time
nobar('taskname', 3000)
for i in range(3000):
nobar('taskname')
sleep(0.02)
# Without init. Only Passed
for i in range(3000):
nobar('taskname')
sleep(0.02)
# Mixed. Few bars simultaneously.
nobar('task_1',3000)
nobar('task_2')
for i in range(3000):
nobar('task_1')
if i%3 == 0:
nobar('task_2')
sleep(0.02)
More arguments in the class
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nobar-1.0.2.tar.gz
(15.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nobar-1.0.2-py3-none-any.whl
(15.2 kB
view details)
File details
Details for the file nobar-1.0.2.tar.gz.
File metadata
- Download URL: nobar-1.0.2.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7335392cf18cc0f7fe15e71bc4edd8fea8c34dec2d7ffa07caf461a588a708f
|
|
| MD5 |
8dd0646ca755ee7a033b5331832b2afa
|
|
| BLAKE2b-256 |
3aa8b05f87c9346c1dd111c50b945c04af114489bc976669d97156d86984c93c
|
File details
Details for the file nobar-1.0.2-py3-none-any.whl.
File metadata
- Download URL: nobar-1.0.2-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06e153bab6661f82e88d29fe8da31ab07d0ef61f4ff150146643a677fd940a88
|
|
| MD5 |
9473fc156a7e5a5b4df119357877909c
|
|
| BLAKE2b-256 |
18fd5c2454b531f2c5f24e451068bd5eb0d1a030093d057efc1d430922ed26f3
|