Simple text progress bar library
Project description
A (WIP) python progress bar
Installing
pip install minibar
Usage
import minibar
import time
for i in minibar.bar(range(100)):
time.sleep(0.05)
Output:
Minibar can be customized
bar = minibar.format('Time left: {bar} {eta}')
for i in minibar(range(50)):
time.sleep(0.1)
The following widgets are avaliable
{bar} The progress bar
{time_ellapsed} The time ellapsed
{eta} The estimated time to finish
{counter} 0 of 100
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
minibar-0.2.2.tar.gz
(3.6 kB
view details)
File details
Details for the file minibar-0.2.2.tar.gz
.
File metadata
- Download URL: minibar-0.2.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 073bc7e6722d7c46a4ebfaa8de9b8fe41c7a243938afe39ca8b41a4aea916768 |
|
MD5 | 7846a388e11cfa371436ade964490734 |
|
BLAKE2b-256 | 1e942f06c6c8c488fbfcc5878a5bec7904cd18f2ceb867253d4fd103817ee1b7 |