Photo by fietzfotos on Pixabay

Display Rich Text In The Console Using Python

Christopher Tao
7 min readNov 29, 2020

--

Are you using the terminal more than GUI-based operating systems? Or, do you usually develop command-line interface programs using Python? Recently, I found an amazing Python library called “Rich” on GitHub, which already has 15.2k stars by the time I’m writing this article.

It can not only display text in colour and styles in the terminal but also emoji, tables, progress bars…

--

--