From 00db6e6298aadbeda1f515d97a2c26f128b4f211 Mon Sep 17 00:00:00 2001 From: filip Date: Fri, 12 Mar 2021 21:35:19 +0000 Subject: [PATCH] Update 'readme.md' --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c09975d..0ed0f9f 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,8 @@ print(ansi_escape.color("fg", "red") + "Hello") ``` On the positive side that means that you easily can send output to a file using .write() or write it to the terminal using sys.stdout.write(). -You are not limited by the limitations of print(). +You are not limited by the limitations of print(). + Features: --------- SGR (Select Graphic Rendition)