Jan-19-2017, 04:41 PM
Hello! You have to call colorama.init().
from colorama import Fore, Style, init init() print('{red}This is colored text!{reset}'.format(red=Fore.RED, reset=Style.RESET_ALL)