Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

tqma-0.10-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page