Possible Duplicate:
Print in terminal with colors using python?
Just curious
So I want to print ‘Blah’ in red how do i do this.
I only want to change the color of that statement.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need ANSI Colors, for your command line. But this isn’t always supported by the computer.
With a litle bit of looking around on the web, I found this helpful link: http://linux.byexamples.com/archives/184/print-text-in-colors-with-a-simple-command-line/