[Tutor] gotoxy

Kent Johnson kent37 at tds.net
Wed Aug 1 15:10:53 CEST 2007


Robert William Hanks wrote:
> 
>  hi folks, is there in python a gotoxy like in pascal so i can print 
> stuff in other parts of the screen?

curses for the systems that support it
http://effbot.org/zone/console-handbook.htm for Windows

>  what about some thing like it for the gui in windows?

Which GUI are you talking about? If you want to write GUI programs to 
run under windows, look at Tkinter or wxPython or you can use pywin32 to 
code to the native Windows GUI.

Kent




More information about the Tutor mailing list