15 lines
682 B
Plaintext
15 lines
682 B
Plaintext
Blessed is an easy, practical library for making terminal apps, by
|
||
providing an elegant, well-documented interface to Colors, Keyboard
|
||
input, and screen position and Location capabilities.
|
||
|
||
It’s meant to be fun and easy, to do basic terminal graphics and
|
||
styling with Python using blessed. Terminal is the only class you need
|
||
to import and the only object you should need for Terminal
|
||
capabilities.
|
||
|
||
Whether you want to improve CLI apps with colors, or make fullscreen
|
||
applications or games, blessed should help get you started quickly.
|
||
Your users will love it because it works on Windows, Mac, and Linux,
|
||
and you will love it because it has plenty of documentation and
|
||
examples!
|