You Need To Start Every Python Script With this
3 min readMar 24, 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 take a look at some awesome Python packages that you need to import in every Python project!
Colr
First up we have Colr, another colorizing package for Python. This specific package is very similar to the previous packages as well, This package allows you to change the color of your text by using simple commands:
If you want to install this package, use the following command:
pip install colr
If you want to learn more about this package, check out the link below: