Overview¶
Library for working with ANSI Escape Sequences in a terminal.
Installation¶
# pip install ansictrls
Requirements¶
Python >= 3.6
Links¶
History¶
- 2019-06-25 (0.3.0)
Add function clear()
- 2019-05-12 (0.2.0)
HTML-style colors can now use the short form, i. e. #F00 instead of #FF0000
- 2019-01-11 (0.1.1)
Bugfix: sgr_print() was broken
- 2018-12-14 (0.1.0)
First public release