python print statement colors code example
Example: python colored text in console
print(f"{bcolors.WARNING}Warning: No active frommets remain. Continue?{bcolors.ENDC}")
print(f"{bcolors.WARNING}Warning: No active frommets remain. Continue?{bcolors.ENDC}")