A Fast, Extensible Progress Bar for Python and CLI
Go to file
Noam Yorav-Raphael 2ef7f7c675 Update setup.py with version (1.0) 2013-10-26 23:06:04 +03:00
.gitignore Initial commit 2013-10-26 11:50:04 -07:00
LICENSE Initial commit 2013-10-26 11:50:04 -07:00
MANIFEST Update setup.py with version (1.0) 2013-10-26 23:06:04 +03:00
README.md Update README.md 2013-10-26 22:31:27 +03:00
setup.py Update setup.py with version (1.0) 2013-10-26 23:06:04 +03:00
tqdm.py Add tqdm.py 2013-10-26 22:54:46 +03:00

README.md

tqdm

A Simple Python Progress Meter

Wrap any iterator in "tqdm(iterator)" and see a nice progress meter.

You can also use trange(N) as a shortcut for tqdm(xrange(N))

ScreenShot