From faf7b73be0a729b44c10667abac0c327595b4d58 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Thu, 30 Nov 2023 22:36:48 +0700 Subject: python/python3-blessed: Added (python library). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-blessed/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 python/python3-blessed/README (limited to 'python/python3-blessed/README') diff --git a/python/python3-blessed/README b/python/python3-blessed/README new file mode 100644 index 0000000000..11891981bf --- /dev/null +++ b/python/python3-blessed/README @@ -0,0 +1,14 @@ +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! -- cgit v1.2.3