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.5.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.5-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dgc_modern-1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 af81caeac1abb727e71d00e60fdca1407904f592eaba2abb7f76800312f0426e
MD5 f2a1c2403218af51302b7a6e054e5371
BLAKE2b-256 bf43ad0f0289c2cf108211ed7c1877b6e9b0b32365694e2cbcea72c93c4484d1

See more details on using hashes here.

File details

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

File metadata

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

Hashes for dgc_modern-1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 28ad5e79edb45f6b9b3778a9f8411d290df03bd601b93d2335938bbf76bb5bd5
MD5 962e7ff9dca3ab5e4596d25a30ce5bb4
BLAKE2b-256 82d9134908c1b7b5d631fdc898a57ca06faeb7e272553f883ccb9b764e22cff6

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