goto, cls, wait commands

James fphsml at gmail.com
Fri Feb 11 02:27:17 EST 2005


On Windows, I use WConio
http://newcenturycomputers.net/projects/wconio.html

It provides other screen functions you might have gotten used to in
QBasic as well.

On unix/cygwin, use curses.

I am not aware of any portable library though.
I used to use cls a lot in my QBasic days. Now I just don't.




More information about the Python-list mailing list