Texte coloré dans PY

import colorama
from colorama import Fore

print(Fore.RED + 'This text is red in color')
Uptight Unicorn