print(Fore.RED + "Red Text") print(Back.YELLOW + "Yellow Background") print(Style.BRIGHT + "Bright Text") print(Style.RESET_ALL) # Reset styles 🎨 Color Options ...