def print_gray(*args): """""" raw = str(args) init(autoreset=True) print((Fore.LIGHTBLACK_EX + raw)) #----------------------------------------------------------------------