Re: Changing TEXT color from python

2005-04-04 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Heiko Wundram wrote: > Am Montag, 4. April 2005 21:59 schrieb GujuBoy: >> how can i do this...and hopefully without including any external >> modules. > > It depends. > > Under *NIX, have a look at the curses module. > > Under Windows, Google for ANSI.SYS and read up on

Re: Changing TEXT color from python

2005-04-04 Thread Heiko Wundram
Am Montag, 4. April 2005 21:59 schrieb GujuBoy: > how can i do this...and hopefully without including any external > modules. It depends. Under *NIX, have a look at the curses module. Under Windows, Google for ANSI.SYS and read up on Escape Sequences, or check out the curses for Windows impleme

Re: Changing TEXT color from python

2005-04-04 Thread Grant Edwards
On 2005-04-04, GujuBoy <[EMAIL PROTECTED]> wrote: > so i am writing a program in Python and i want to print out a few > statements in Different colors > > for example "Print hello world in RED, and "GOOD BYE in blue" " > > how can i do this... Depends on what you're printing on. tty? curses

Changing TEXT color from python

2005-04-04 Thread GujuBoy
so i am writing a program in Python and i want to print out a few statements in Different colors for example "Print hello world in RED, and "GOOD BYE in blue" " how can i do this...and hopefully without including any external modules. thanks in advance -- http://mail.python.org/mailman/listinf