Texte de couleur Python sur Windows
import termcolor
import os
os.system('color')
print(termcolor.colored("I want to help", "red"))
IJustWannaHelp
import termcolor
import os
os.system('color')
print(termcolor.colored("I want to help", "red"))
import os
# To get all possible colors for the command line, open the command prompt
# and enter the command "color help"
os.system('color FF')