[Tutor] curses module and screens on DOS

alan.gauld@bt.com alan.gauld@bt.com
Sun, 17 Mar 2002 23:52:45 -0000


> I've read there is a module called curses to work with plain screens
> such as DOS or any other plain-text screen. However, I couldn't find
> it. 

It only comes standard with Unix.
There is a DOS version but with limited functionality and I
couldn't get it to work at all on one of my PCs.

Fred Lundh(?) has a generic console module that might do what 
you want and the msvcrt module also has a few DOS box routines.
Try a search on Google groups for python + console and 
you should unearth a URL.

Alan g