DEV Community

Hamza Hesham
Hamza Hesham

Posted on

5 2

Print coloured text in python

Hello,Today we will print coloured text in python.
First, we will install ansi-colours moudle.

pip install ansi-colours

After installing we will import ansi-colours as colour
then print your sentence after choosing the color.

from ansi_colours import AnsiColours as colour
print(colour.red('Follow') + colour.blue('ME!'))
Enter fullscreen mode Exit fullscreen mode

Alt Text
Buy Me A Coffee
twitter:https://twitter.com/Oxy_oxide
buy me a coffee : https://www.buymeacoffee.com/Oxyoxide
Don't forget to follow me.
Thanks for reading.

Top comments (2)

Collapse
 
artis3n profile image
Ari Kalfus

colored is a nice library for colorized text as well

Collapse
 
delta456 profile image
Swastik Baranwal

Nice post but colorama is better than this one.

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay