kolorowy tekst w py

import colorama
from colorama import Fore

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