From 3abd654b2983764ee36afed17e3c67d994369855 Mon Sep 17 00:00:00 2001
From: Swaroop C H <swaroop@swaroopch.com>
Date: Fri, 29 Sep 2017 13:11:03 -0700
Subject: [PATCH] Add tqdm

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 8538928..1777b01 100644
--- a/README.md
+++ b/README.md
@@ -256,6 +256,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
     * [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
     * [Python-Fire](https://github.com/google/python-fire) - A library for creating command line interfaces (CLIs) from absolutely any Python object.
     * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
+    * [tqdm](https://github.com/tqdm/tqdm) - A fast, extensible progress bar for Python and CLI
 * 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.
-- 
GitLab