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!Release files for TimurkaaaaProgressBar 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| timurkaaaaprogressbar-1.0.0.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| TimurkaaaaProgressBar-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / timurkaaaaprogressbar-1.0.0.tar.gz
| Download URL | timurkaaaaprogressbar-1.0.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a96d7486057868473d463362d370a22c7bd998ee8d17cbe38cf97e6b23116cb5
|
|
BLAKE2b-256 checksum How to use checksums |
b511be24c0d9d6689bc8b67a839b5f2bad3d0c4a3a52a82810a0c30aaad41933
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.1
|
Release files / TimurkaaaaProgressBar-1.0.0-py3-none-any.whl
| Download URL | TimurkaaaaProgressBar-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
99228e2db5c543c01b672467e84d3866633e6dba3f0520d216897d5e2f0494ab
|
|
BLAKE2b-256 checksum How to use checksums |
3e6c152bbcec310a118149402fe33ed2b7e03e274a635073e5c791b7f55078ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.1
|