SyntaxFix
Write A Post
Hire A Developer
Questions
If your console (like your standard ubuntu console) understands ANSI color codes, you can use those.
Here an example:
print ('This is \x1b[31mred\x1b[0m.')