From edc7a4a0ad4c760a42534219789e08b50a9ee5d4 Mon Sep 17 00:00:00 2001 From: noamraph Date: Sat, 26 Oct 2013 22:31:27 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bc626a5e..b6710628 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ 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](https://i.imgur.com/8hcg51N.gif)