A poor man's tqdm - no progress bar, only numbers, no configuration options
Project description
A poor man's tqdm - no progress bar, only numbers, no configuration options
pip install tqma
Tested against Windows 10 / Python 3.10 / Anaconda
- No progress bar, only numbers (printed to stderr)
- No configuration options
- Only 10 lines of code
- Only one import: sys
- No dependencies
from tqma import tqma
from time import sleep
f=0
for r in tqma(range(10)):
f = f + r
sleep(2)
print(f)
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
tqma-0.10.tar.gz
(2.8 kB
view details)
Built Distribution
tqma-0.10-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file tqma-0.10.tar.gz
.
File metadata
- Download URL: tqma-0.10.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ec77e156fa963046f82ccb3c7c5c669bc02bab3cd3156456533b77c600ee7f8 |
|
MD5 | 116ec635141327d1eb33afcc657e12f0 |
|
BLAKE2b-256 | ce9cbd6648d3d5c272b5c82995df0ffe1d3509f47c163e4a33a08f55ac2fcf8d |
File details
Details for the file tqma-0.10-py3-none-any.whl
.
File metadata
- Download URL: tqma-0.10-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18198a8ed8d64801d298c8f409d725e39114093258908cf65adcf5d1f316941b |
|
MD5 | 88251e8d03e5daaeaf5c7ee239cd70f8 |
|
BLAKE2b-256 | 2e413ba3e3f4ef12e68778db094e4bd239f2e446e4eda33450ec7e207a27eb3b |