This commit is contained in:
xatier 2020-02-08 14:05:04 -08:00
parent eb46fb3ed4
commit 426ca147d6
No known key found for this signature in database
GPG Key ID: EE2C5C1F7D756A33

View File

@ -261,6 +261,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). * [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. * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal.
* [colorama](https://pypi.org/project/colorama/) - Cross-platform colored terminal text. * [colorama](https://pypi.org/project/colorama/) - Cross-platform colored terminal text.
* [rich](https://github.com/willmcgugan/rich) - Python library for rich text and beautiful formatting in the terminal. Also provides a great `RichHandler` log handler.
* [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI. * [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI.
## Command-line Tools ## Command-line Tools