Update 'readme.md'
This commit is contained in:
parent
6f2547eb1f
commit
00db6e6298
@ -11,7 +11,8 @@ print(ansi_escape.color("fg", "red") + "Hello")
|
|||||||
```
|
```
|
||||||
On the positive side that means that you easily can send
|
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().
|
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:
|
Features:
|
||||||
---------
|
---------
|
||||||
SGR (Select Graphic Rendition)
|
SGR (Select Graphic Rendition)
|
||||||
|
Loading…
Reference in New Issue
Block a user