def print_red(string): if windows_client(): reinit() print (Fore.RED + Style.BRIGHT + string + Style.RESET_ALL) if windows_client(): deinit()