From 1d5a3ca3fa4b000e7bf131555db49b65cd0b7c65 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Sat, 11 Nov 2017 17:31:25 +0300 Subject: [PATCH] Added RichConsole.py --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01392d2ef7..6b2afed9ca 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line * [Python-Fire](https://github.com/google/python-fire) - A library for creating command line interfaces (CLIs) from absolutely any Python object. * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. + * [RichConsole.py](https://github.com/KOLANICH/RichConsole) - A library to assign ECMA control sequences-based styles to strings and to output them without bothering about nesting - the lib does it automatically. * Productivity Tools * [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services. * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal.