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.2.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.2.tar.gz.
File metadata
- Download URL: dgc_modern-1.2.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 |
b3dc1b8989634e2d03b33dc953dbffd7d6d814d7ffca6814ba1fe37a30a5e341
|
|
| MD5 |
d349749be895fe7f6510f024922d276d
|
|
| BLAKE2b-256 |
5cec9bc336f81ea6bc96a43a8d5ece5fd22a4724f37e012fe47a6c199a7b5d72
|
File details
Details for the file dgc_modern-1.2-py3-none-any.whl.
File metadata
- Download URL: dgc_modern-1.2-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
6060d79c912ffd736aa727c683644dbee4676b0acc89f926688e36425944fa06
|
|
| MD5 |
6e2e8e9d49c5b1db156648f9805cb1ed
|
|
| BLAKE2b-256 |
c51f1f6aec6a4c904e4be694705640756f7263620b73df1797ba2705ea9b7caa
|