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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to install RICH

A

pip install rich

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

quick start rich

A

from rich import print

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

learn more aabout rich

A

https://rich.readthedocs.io/en/stable/introduction.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly