Skip to main content

Customizable progress bars with time and event triggers

Project description

dikshantprogress

PyPI Python

Customizable progress bars with time-based and event-triggered controls.

Features

  • Time-based progress bars
  • Event-triggered progress
  • Thread-safe operations
  • Customizable display

Installation

pip install dikshantprogress

Basic Usage

from dikshantprogress import TimedProgressBar

# Run for 5 seconds
bar = TimedProgressBar(total=100)
bar.run_for(5)

Advanced Usage

from dikshantprogress import TriggeredProgressBar

# Event-based progress
def start_condition():
    return server_online()

def stop_condition():
    return download_complete()

bar = TriggeredProgressBar(start_condition, stop_condition)
bar.monitor()

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

dikshantprogress-1.0.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

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

dikshantprogress-1.0.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file dikshantprogress-1.0.0.tar.gz.

File metadata

  • Download URL: dikshantprogress-1.0.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for dikshantprogress-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e6afe01eeb664f051e45ca39a806190f06d0e20a9515865795485d8cef48a30c
MD5 723a40b1baf8a91e9132fa2e2f50188e
BLAKE2b-256 b01dc2f989566118635c33fbc957d75402e382fa39fbeef89ff1e5271033a44b

See more details on using hashes here.

File details

Details for the file dikshantprogress-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dikshantprogress-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 08f1e4e9a85265c5f0190b04c84fb53c3491f5833ff3afcfc76ed651a6bfa421
MD5 f428e6279ac9696988593eafd6482bc2
BLAKE2b-256 a1ad0936055bb33d013bb8baa806064e037ed46574641ab3150589e0ac17c839

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