Update 'readme.md'

This commit is contained in:
filip 2021-03-12 21:35:19 +00:00
parent 6f2547eb1f
commit 00db6e6298
1 changed files with 2 additions and 1 deletions

View File

@ -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)