Re: changing colors in python
- From: "Kane" <jason.w.kane@xxxxxxxxx>
- Date: 14 Apr 2005 14:21:27 -0700
To convert ansi escape sequences into text colors you need a terminal
that understands what you are doing. Linux does this by default; dos
and windows do not. You need to have an extra program in memory. The
conventional approach is the "ANSI.SYS" driver which probably still
ships with Windows (link below).
I've included a link to nansi.com but haven't used it with any windows
version > 3.1. If memory serves it is significantly faster.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q101875
http://alumnus.caltech.edu/~dank/nansi/
.
- References:
- changing colors in python
- From: GujuBoy
- changing colors in python
- Prev by Date: Re: New-style classes, iter and PySequence_Check
- Next by Date: Re: Supercomputer and encryption and compression @ rate of 96%
- Previous by thread: changing colors in python
- Next by thread: Re: changing colors in python
- Index(es):
Relevant Pages
|