A Fast, Extensible Progress Bar for Python and CLI
Go to file
noamraph edc7a4a0ad Update README.md 2013-10-26 22:31:27 +03:00
.gitignore Initial commit 2013-10-26 11:50:04 -07:00
LICENSE Initial commit 2013-10-26 11:50:04 -07:00
README.md Update README.md 2013-10-26 22:31:27 +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