Update README.md

This commit is contained in:
noamraph 2013-10-26 22:31:27 +03:00
parent fbe7952cce
commit edc7a4a0ad
1 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,9 @@ tqdm
==== ====
A Simple Python Progress Meter 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](https://i.imgur.com/8hcg51N.gif)