Dev with Serdar
Learn coding in Python, Go and Rust from Serdar Yegulalp, software dev specialist and senior writer at InfoWorld.
How to prettify command line output in Python with Rich
Overview
Console apps are, by default, pretty plain-looking, but modern consoles offer powerful color and text stylization features. The trick is knowing how to use them. The "rich" library in Python gives you tools to easily add striking text stylization to console text output, including advanced interactive features like progress bars or elaborate layouts like tree views.