Basic wrapper for static writing progress bars.
Project description
👋 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
📦 pypi
📂 changelog
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for python_multibar-3.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ff873f004e6d33523f5fd8daf2fce16586951edc85c08c750975239e5ff9fd8 |
|
MD5 | e70608fa70a1f10c1c8607e71b98b62b |
|
BLAKE2b-256 | 1ffd6fec138b9e1ee45d07e0bf7aabda90498e1ad654360b27f32eadba79126a |