noamraph/tqdm
Add a progress meter to your loops in a second observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4694
- days_rel: n/a
- days_push: 1007
- n_releases_24m: 0
Adoption not part of the score
2766 stars · 98 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
tqdm is a Python library that adds a progress meter to any loop by simply wrapping an iterable with tqdm(iterator). This is the original repository, now superseded by the actively maintained tqdm/tqdm fork.
Use cases
- show a progress bar for long-running python loops
- wrap an iterator to display iteration progress in the terminal
- track progress of file downloads or batch processing in scripts
- add a progress meter to data processing pipelines with one line of code
When to choose
- you need a dead-simple, zero-dependency progress meter for Python loops
- you are maintaining legacy code that already imports this package
When to avoid
- you are starting a new project - use the actively maintained tqdm/tqdm instead
- you need modern features like nested bars, GUI notebooks support, or async support
Facets
library · maturity maintenance
developer-tools cli developer-tools python cross-platform cli progress-bar iterator-wrapper deprecated terminal command-line
1 source
- readme: https://github.com/noamraph/tqdm · fetched 2026-08-28 · db59f28232a6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| noamraph/tqdm | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem