diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-06-04 02:50:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:12 +0700 |
commit | 564f62eb43f6f065dac804c898691a720570da48 (patch) | |
tree | cf515fd96a48c35cb574d25032aee36bd9ada908 /python/python3-rich/README | |
parent | b808e4ae011f403b03741e31075a21af9e333879 (diff) |
python/python3-rich: Added (rich text & formatting in the terminal)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rich/README')
-rw-r--r-- | python/python3-rich/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-rich/README b/python/python3-rich/README new file mode 100644 index 000000000000..8d3da890531a --- /dev/null +++ b/python/python3-rich/README @@ -0,0 +1,8 @@ +python3-rich (rich text and beautiful formatting in the terminal) + +Rich is a Python library for rich text and beautiful formatting in the +terminal. + +The Rich API makes it easy to add color and style to terminal output. +Rich can also render pretty tables, progress bars, markdown, syntax +highlighted source code, tracebacks, and more — out of the box. |