2013-10-26 18:50:04 +00:00
|
|
|
tqdm
|
|
|
|
====
|
|
|
|
|
|
|
|
A Simple Python Progress Meter
|
2013-10-26 19:31:27 +00:00
|
|
|
|
|
|
|
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)
|