This commit is contained in:
Will McGugan 2020-02-22 21:06:53 +00:00
parent db96490a48
commit de5e23b658
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Rich
Rich is a Python library for _rich_ text and beautiful formatting in the terminal.
Rich is a Python library for rendering _rich_ text and beautiful formatting to the terminal.
The [Rich API](https://rich.readthedocs.io/en/latest/) make it easy to add colored text (up to 16.7million colors) and styles (bold, italic, underline etc.) to your script or application. Rich can also render pretty tables, markdown and source code with syntax highlighting.
The [Rich API](https://rich.readthedocs.io/en/latest/) makes it easy to add colorful text (up to 16.7 million colors) with styles (bold, italic, underline etc.) to your script or application. Rich can also render pretty tables, markdown, syntax highlighted source code, and tracebacks -- out of the box.
## Installing