This commit is contained in:
Will McGugan 2020-08-01 16:27:37 +01:00
parent 977dbcfebc
commit fe57ff60d1

View file

@ -1,7 +1,7 @@
Introduction
============
Rich is a Python library for writing *rich* text (with color and style) to the terminal, and for displaying advanced content such as tables, markdown, and syntax highlighted code.
Rich is a Python library for writing *rich* text (with color and style) to the terminal, and for displaying advanced content such as tables, markdown, and syntax highlighted code.
Use Rich to make your command line applications visually appealing and present data in a more readable way. Rich can also be a useful debugging aid by pretty printing and syntax highlighting data structures.