Installation:
pip install ProgressScript
Using:
Points:
PyProgress.points(1, 25, 50, 100)
We get:
. 25% .. 50% ... 100%
Slash:
PyProgress.slash(1, 25, 50, 100)
We get:
/ 25% // 50% /// 100%
Stars:
PyProgress.stars(1, 25, 50, 100)
We get:
- 25% ** 50% *** 100%
Num:
PyProgress.num(5, 1, 25, 50, 100)
We get:
5 25% 55 50% 555 100%
Bar:
PyProgress.bar(1, 10, 100, 10)
We get bar look like in TQDM.
Explanation:
Basic Load (Points, Slash, Stars):
We have 4 funcs:
speed, percent one, percent two, percent three. (25, 50, 100)
1 this is speed, 25, 50, 100 this is the percentage that we will show
Example Command:
PyProgress.points(1, 25, 50, 100)
this guide use in Slash, Stars too.
Specified Load Scripts:
num, speed, percent two, percent three. (5, 25, 50, 100)
5 - Number we print in script 1 - speed other (25, 50, 100) = percent
PyProgress.points(5, 1, 25, 50, 100)
Beautiful Bars:
1 - speed 10 - update 100 - total loading 10 - range
speed - uses in end update - loading speed total - percent loading range - data
PyProgress.bar(1, 10, 100, 10)
Other:
PyProgress.guide()
Get Offline help info without Explanation.
Version:
Python 3.8-3.9
Other From Dev:
I hope I showed the documentation as well as possible. The module was created using TQDM. (ADDITIONAL SOFTWARE) In general, the script is quite useful for showing your script works or just for beauty. Good luck using it!
BYE BYE!
Release files for ProgressScript 1.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 | |
|---|---|---|---|
| ProgressScript-1.0.tar.gz | 2.8 kB | Details |
Release files / ProgressScript-1.0.tar.gz
| Download URL | ProgressScript-1.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7c2434d76a2b9365a898258d085735954b577418caef1e4f163b4da34c44e1c0
|
|
BLAKE2b-256 checksum How to use checksums |
0691fe3934af04fe1a7dac3e26b01a154b34e437763fa8cc13d1ce89adaabef8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
|