rich==15.0.0
# Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
$ pip install rich
downloads/wk
136,718,442
license
MIT
version
15.0.0
python
>=3.9.0
What is rich?
Rich is a Python library for formatting and displaying styled output in the terminal, including features like colored text, tables, progress bars, syntax highlighting, and markdown rendering. Developers use it to create more readable and visually organized command-line interfaces without manually handling terminal formatting codes. It's particularly useful for CLI tools, scripts, and applications that need to present complex information or provide better user feedback in the terminal.
Author
Will McGugan