Python script for printing progress in text.
Project description
progress-text
Python script for printing progress in text.
Why not tqdm
tqdm is awesome, but I just want to print the progress to a log file by nohup.
Install
pip3 install --upgrade progress-text
Usage
from progress_text import ProgressText
for i in ProgressText(range(7)):
pass
for i in ProgressText(range(50)):
pass
for i in ProgressText(range(1000), every_percent=20):
pass
for i in ProgressText([1,3,5,7,9,11]):
pass
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
progress-text-0.0.1.tar.gz
(1.9 kB
view details)
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 progress-text-0.0.1.tar.gz.
File metadata
- Download URL: progress-text-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2659eb4ab13b5304dfb7fc4ad643bdfea752c00684576ac3d71e73141215e673
|
|
| MD5 |
aecf5690136865082f76b95e5aa4ddfd
|
|
| BLAKE2b-256 |
a6881fcb8284eff5fbd8c61d1708d308f6f870f425578342dc962bc2fccbb598
|
File details
Details for the file progress_text-0.0.1-py3-none-any.whl.
File metadata
- Download URL: progress_text-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ce9215fe3632b02a6213d2d907b7aae9ea8792a4f0207fa261865f2d6b5c004
|
|
| MD5 |
b56e895126bf9eed08393e9588e10300
|
|
| BLAKE2b-256 |
9e010d5096edd45839b8cb6b99962676e51d019c6738e33375eed73ebe87fa85
|