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.
from loading_display import loading_bar
while loading:
loading_bar(current_progress, total=total_size, bar_length=10, show_percentage=True)
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.3.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for loading_display-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3003ec6ead92bacfa20a8d00ea1f1d746389f02d168d623d63630daa78329d7f |
|
MD5 | 04c6b35c27c31e27892b81e1eb9be854 |
|
BLAKE2b-256 | c15f1e62331b0ee547934bcf14d6c1f2487f6e793d8c5c2f34a1233b2964ac5c |