diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-12 12:56:14 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:50 +0700 |
commit | 9e028fa05776ba78ca3d540a41847c6403b23e79 (patch) | |
tree | 5d28b9291df85093e3a8240f8b92890af166abad /python/huepy/README | |
parent | 0315938fc3ba71b08385a638261d8ecdd8bc68b2 (diff) |
python/huepy: Added (python text color library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/huepy/README')
-rw-r--r-- | python/huepy/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/huepy/README b/python/huepy/README new file mode 100644 index 0000000000000..3467c1a0d5229 --- /dev/null +++ b/python/huepy/README @@ -0,0 +1,4 @@ +huepy (python text color library) + +huepy provides a minimal and powerful interface to print colored text +and labels in the terminal. It works with Python 2 and 3. |