To get colored output in terminal,
termcolor
Using termcolor, one can easily set ANSII Color formatting for output in Terminal using Python.
from termcolor import colored
print colored("Hello World","yellow")

P.S. Excited about tomorrow’s Google Summer of Code – Mumbai meet.