How to make text look pretty Flashcards
1
Q
What is Rich
A
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.
2
Q
How to install RICH
A
pip install rich
3
Q
quick start rich
A
from rich import print
4
Q
learn more aabout rich
A
https://rich.readthedocs.io/en/stable/introduction.html