how to change the background color of the console with python 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}")