Posted 05 April 2013 - 08:11 PM
So, at first glance I thought this was something that would be easy for me to do, however, I am either over complicating it or it is deceptively difficult.
I am attempting to have part of a string print in plain white text, and another part in color. For example:
print("Steam output levels: [OPTIMAL]")
I'd like the "Steam output levels" part to be plain white text while the "[OPTIMAL]" part to be in green.
How would one accomplish this? Thank you!
I am attempting to have part of a string print in plain white text, and another part in color. For example:
print("Steam output levels: [OPTIMAL]")
I'd like the "Steam output levels" part to be plain white text while the "[OPTIMAL]" part to be in green.
How would one accomplish this? Thank you!