Python Librairy for a loading bar in the console
Project description
LoadBar
This is a very simple python library to create a loading bar on the shell
Install it
pip install load-bar
Use it
import time
from loadbar import LoadBar
bar = LoadBar(max=100)
bar.start()
for i in range(100):
time.sleep(0.05)
bar.update(step=i)
bar.end()
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
load-bar-0.0.7.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file load-bar-0.0.7.tar.gz
.
File metadata
- Download URL: load-bar-0.0.7.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94bc7f2609fdb70383a54a1bb2808dc761e47f614af1fc93a9659d457f15b21e |
|
MD5 | f93623fca2ae0d4d6af85082ac8cd337 |
|
BLAKE2b-256 | 994b1d55981c157e8693f3bc31d353e99bf6d8a25c25e99596b8102304b91fb6 |
File details
Details for the file load_bar-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: load_bar-0.0.7-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91650603534bbe3f03bba218e03a5a9a3d76d6e5de4061b50beb6c52dc85aff8 |
|
MD5 | df76b54c6fbcd240372e19e21a9e3ec7 |
|
BLAKE2b-256 | 367d24b05f75077b4709b178fb01a507c661dafdc9cc109d800c81d8e9c08c8a |