@ -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().
Features:
---------
SGR (Select Graphic Rendition)