Skip to main content

Basic wrapper for static writing progress bars.

Project description

Black Isort Pypi Circle CI
Flake8 Mypy badge Versions

👋 Content


⚙️ Installation

● Using github

$ pip3 install -U git+https://github.com/Animatea/python-multibar.git#main

● Using pypi

$ pip3 install -U python-multibar

⚡️ Quickstart

>>> from multibar import ProgressBar

>>> progress = ProgressBar(50, 100).write_progress(fill="+", line="-")
>>> progress.bar
'++++++++++----------'

>>> progress.bar[0].position
0

🔗 Useful links

📚 documentation

click here

📦 pypi

click here

📂 changelog

click here

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

python-multibar-3.0.0.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distribution

python_multibar-3.0.0-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

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