a simple tool for displaying task progress in Python console applications. It allows users to see how far the process has progressed, making your code more interactive and usable.
Project description
ProgressBar
Small module for Python
a simple tool for displaying task progress in Python console applications. It allows users to see how far the process has progressed, making your code more interactive and usable.Download:
You can install the package using pip. First make sure you have Python and pip installed. Then run the following command:pip install TimurkaaaProgressBar
or download the project source code
Usage:
This code shows a small example of useimport ProgressBarfull = input("Enter the amount of data to download: ") value = input("Enter the downloaded data: ") full = int(full) value = int(value)
ProgressBar.PercentProgressBar(value, full, True)
Contribution:
If you would like to contribute to the project, please fork the repository, make changes, and create a pull request. We welcome any suggestions and improvements!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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timurkaaaaprogressbar-1.0.0.tar.gz.
File metadata
- Download URL: timurkaaaaprogressbar-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a96d7486057868473d463362d370a22c7bd998ee8d17cbe38cf97e6b23116cb5
|
|
| MD5 |
ca65aa93a9cfd4e1b848793486a3b852
|
|
| BLAKE2b-256 |
b511be24c0d9d6689bc8b67a839b5f2bad3d0c4a3a52a82810a0c30aaad41933
|
File details
Details for the file TimurkaaaaProgressBar-1.0.0-py3-none-any.whl.
File metadata
- Download URL: TimurkaaaaProgressBar-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99228e2db5c543c01b672467e84d3866633e6dba3f0520d216897d5e2f0494ab
|
|
| MD5 |
00b608558372afa864248b58f8db0c04
|
|
| BLAKE2b-256 |
3e6c152bbcec310a118149402fe33ed2b7e03e274a635073e5c791b7f55078ca
|