From d99c4e8cc360e4132afc871e5ea61681f6b6da3d Mon Sep 17 00:00:00 2001 From: frahik Date: Thu, 16 Jun 2016 22:27:32 -0500 Subject: [PATCH] Add tqdm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8500668d80..9c3a651dbb 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. + * [tqdm] (https://github.com/tqdm/tqdm) - Add a progress meter to your loops in a second. * Productivity Tools * [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services. * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal.