Simple loading bar and spinner for the terminal.
Project description
Loading Display
Simple loading bar and spinner for the terminal.
spinner
Prints unicode frames for a spinning animation.
Usage:
from loading_display import spinner
s = spinner()
while loading:
next(s)
Loading bar
Prints a progress bar.
Usage:
from loading_display import loading_bar
while loading:
loading_bar(current_progress,
total=total_size,
bar_length=10,
show_percentage=True)
Appearance:
[▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯] 100.0 %
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
loading_display-0.0.4.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for loading_display-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e6f78db882dce83bc58c17ea5037f16b2b3bf497f4c4b43e2e0940a97ccbf8e |
|
MD5 | 5309635add038773a841123c07768853 |
|
BLAKE2b-256 | 867a8fd6651f18feba737a725092a936e6ca40346fabbd59854daa93e50e93c8 |