styleprint Print colored text the terminal with Python example from styleprint import sprint sprint("Hello world", color="red", font="bold", background_color="blue")