From c90eb8b8dd9d817ff6988ca731a52d51a9241778 Mon Sep 17 00:00:00 2001 From: Vinta Date: Mon, 27 May 2019 20:30:29 +0800 Subject: [PATCH] add tqdm Fixes #1293 Fixes #662 Fixes #648 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcca1bb20..6cde7f689 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [asciimatics](https://github.com/peterbrittain/asciimatics) - A package to create full-screen text UIs (from interactive forms to ASCII animations). * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. * [colorama](https://pypi.org/project/colorama/) - Cross-platform colored terminal text. + * [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI. ## Command-line Tools