DGC-Modern is Best Progress Bar Library!
Project description
DGC-Modern is Best Progres Bar Library!
Installation
pip install dgc_modern
Usage
from dgc_modern import Task
Progress Bar
import time
t1 = Task(100, "Download A", process_color="green")
t2 = Task(50, "Processing B", process_color="yellow", iswaiting=True)
for i in range(100):
t1.update()
t2.update()
time.sleep(0.05)
t2.waitmode(False)
for i in range(50):
t2.update()
time.sleep(0.1)
t1.finish()
t2.finish()
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
dgc_modern-1.3.tar.gz
(3.8 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
File details
Details for the file dgc_modern-1.3.tar.gz.
File metadata
- Download URL: dgc_modern-1.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d163b1a27f9e63e59d45b3b2d81db85776e4616d381c6f668f2a8bc79e416b3
|
|
| MD5 |
e588b719caecbd0070026a58e500bc02
|
|
| BLAKE2b-256 |
ead7d5763760006afec39db8c6676e7c8f200c5265b569e90f9a82e73e36b6f2
|
File details
Details for the file dgc_modern-1.3-py3-none-any.whl.
File metadata
- Download URL: dgc_modern-1.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
812433033ccb5839204c7ad2f47b847b099e05f40c01d452a0f232bf1f9e1b2e
|
|
| MD5 |
3fb21e9018862798b17baf79d0a017b5
|
|
| BLAKE2b-256 |
94cb599044142a0f0dafe547a9f61a3ff13eef63073679f159324171298306e1
|