Priting Out in COLOURS

Jorge Godoy godoy at ieee.org
Wed Jun 9 16:31:54 EDT 2004


On Qua 09 Jun 2004 15:09, Satish Chimakurthi wrote:

> Hi All,
> 
> This must be a simple thing to do, but am not sure about it. I like to
> know how I can print my statements out,  in colour.
> 
> Example:  print 'PYTHON IS VERSATILE'
> 
> By default, this statement prints out in BLACK. What if I need to change
> it's colour ??

Here it prints out in white, but this is how the terminal comes configured
to.

To use colors you can try printing ANSI codes to an ANSI enabled terminal or
use some module that will do the hardwork for you. NCurses come to my
mind... 


-- 
Godoy.      <godoy at ieee.org>



More information about the Python-list mailing list