Color in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Color in Python

How, if possible, do you make color in python, or making your text colored.

5th May 2020, 10:27 PM
GermoOKD
GermoOKD - avatar
2 Answers
+ 1
Thank you
10th May 2020, 1:20 AM
GermoOKD
GermoOKD - avatar
0
from colorama import Fore,Style print("this is red {0} color {1} ".format(Fore.RED,Style.RESET_ALL)) Taken from here https://stackoverflow.com/questions/287871/how-to-print-colored-text-in-terminal-in-JUMP_LINK__&&__python__&&__JUMP_LINK
5th May 2020, 10:36 PM
Abhay
Abhay - avatar