add tqdm Fixes #1293 Fixes #662 Fixes #648

This commit is contained in:
Vinta 2019-05-27 20:30:29 +08:00
parent b240474608
commit c90eb8b8dd
1 changed files with 1 additions and 0 deletions

View File

@ -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