summaryrefslogtreecommitdiffstats
path: root/python/python3-blessed/README
diff options
context:
space:
mode:
author Lockywolf <for_sbo.python3-blessed_2023-11-30@lockywolf.net>2023-11-30 22:36:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-30 22:53:09 +0700
commitfaf7b73be0a729b44c10667abac0c327595b4d58 (patch)
tree2f8fbca0a615bc2eb44cbe52f388aeb6fd728bd8 /python/python3-blessed/README
parent01aea370b11881f3e64c83c3dd85d379fc827e71 (diff)
downloadslackbuilds-faf7b73be0a729b44c10667abac0c327595b4d58.tar.gz
slackbuilds-faf7b73be0a729b44c10667abac0c327595b4d58.tar.xz
python/python3-blessed: Added (python library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-blessed/README')
-rw-r--r--python/python3-blessed/README14
1 files changed, 14 insertions, 0 deletions
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!