From 426ca147d69fcf71102683f2a80afa7bad3be47c Mon Sep 17 00:00:00 2001 From: xatier Date: Sat, 8 Feb 2020 14:05:04 -0800 Subject: [PATCH] Add rich --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f883793..0a12dd35 100644 --- a/README.md +++ b/README.md @@ -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). * [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