[BangPypers] colored o/p

2011-12-20 Thread Nitin Kumar
Hi All, I am trying to format o/p (colored bold string) on console. say IDLE or python command prompt using python modules. Please help me with an example. -- Nitin K ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/lis

Re: [BangPypers] colored o/p

2011-12-20 Thread Noufal Ibrahim
Nitin Kumar writes: > Hi All, > > I am trying to format o/p (colored bold string) on console. say IDLE or > python command prompt using python modules. You *can* use curses (or the newly released blessings[1]) library. There are also a few recipes on activestate to do this. I remember using on