View Single Post
Old Feb 12th, 2007, 2:51 PM   #3
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Nice to see you back:
[PHP]# change color in the console display (Windows)
# color is a two digit hexadecimal number
# the first digit is the background
# the second digit is the foreground (text)
# 0=black 1=blue 2=green ... to E=yellow F=white
import os
os.system("color F2") # green(2) text on white(F) background[/PHP]BTW, don't take DaWei serious, he is crude to most of us!
__________________
I looked it up on the Intergnats!
Dietrich is offline   Reply With Quote