Skip to main content

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.0.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dgc_modern-1.0.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file dgc_modern-1.0.1.tar.gz.

File metadata

  • Download URL: dgc_modern-1.0.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

Hashes for dgc_modern-1.0.1.tar.gz
Algorithm Hash digest
SHA256 f61c8d462f01c30766b1c59e6c1bcaeb21a16283e4a314aa9fe58d7bd093d444
MD5 e9113845bca3cae8f7d4cb5430a19844
BLAKE2b-256 72c7af800644e99671de75716f38f364bae17635964169ebf0c8eb0d24aa1242

See more details on using hashes here.

File details

Details for the file dgc_modern-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: dgc_modern-1.0.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

Hashes for dgc_modern-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a0f0d32398c65f9f3e9a3be6650397e0a20ec4517f8015b5279dba4125532b69
MD5 4e484941f0a28d103bc2d0f9893383ef
BLAKE2b-256 75a9c52875b7f8101b0f5dbaf879a77667a1a05910e45394277aeec527604219

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page