Member-only story
Awesome Underrated Python Packages In 2022
4 min readFeb 9, 2022
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:
So, let’s talk about some awesome underrated Python packages you should check out!
Rich
First up we have Rich, a very cool Python package that allows you to add color/style to your terminal applications! To install this package, use the following line:
pip install rich
This package is super cool since it allows you to customize your terminal / command prompt applications, take a look at the following terminal application from their GitHub: