A progress bar for terminal apps
Project description
Terminal Progress Bar
A easy to use python progress bar for your terminal.
Options:
- label - the text infront of the bar
- bar_length - number of total markers to show
- full_marker - character for progress indicator
- empty_marker - character for remaining progress
Usage
Check out the included example.py for a working demo of the default usage and a customized version.
import progressbar as pb
bar = pb.ProgressBar()
total = 10
for i in range(total):
bar.progress(i, total)
Credit and Contact
Created by Wyatt Ferguson
For any comments or questions your can reach me on Twitter @wyattferguson
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
wfprogressbar-0.0.1.tar.gz
(1.7 kB
view hashes)
Built Distribution
Close
Hashes for wfprogressbar-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeb4fffd70abd7545387c43d7c64baeb73a1429b50bc84052ca7a408ef8a484f |
|
MD5 | 16111f0ca471bce73e62575bb43db66b |
|
BLAKE2b-256 | 44aae2a2182116f74f9e9ad4ed2c9081d20b278fe4d3ad076ab86549ed5b3ad7 |