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.1.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.1.tar.gz.
File metadata
- Download URL: dgc_modern-1.1.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 |
3b347ea3f2d91a1b46dd7c6d8bf0dc870631da8ce4142bf76bd08def61c717b7
|
|
| MD5 |
c6ef233592d49abbe6ea5fd9f75aa1e2
|
|
| BLAKE2b-256 |
0f98a549e87cd6196816131238c9729b17cd300f4e82809e118b215ff1e56f0e
|
File details
Details for the file dgc_modern-1.1-py3-none-any.whl.
File metadata
- Download URL: dgc_modern-1.1-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 |
8198e40435e3325f73de2f185b1d3f07df3aafe69ae3d5ebe98ce30597bc40b8
|
|
| MD5 |
0ebc59243d4a14e62216d8f9a1e336a8
|
|
| BLAKE2b-256 |
ab847080ede8b2f9d53d6fdd6dba2779f93e264eccd4314cfa6e777f046193ec
|