Merge pull request #1472 from xatier/master

Add rich
This commit is contained in:
Vinta Chen 2020-04-08 20:28:24 +08:00 committed by GitHub
commit a25bcb4bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,6 +264,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.
* [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.
## Command-line Tools