[EMAIL PROTECTED] writes: > Is there some command in python so that I can read a key's input and > then use a gotoxy() function to move the cursor on screen? e.g.: > (psuedo-code) > > When the right arrow is pushed, cursor gotoxy(x+1,y)
You want curses. A version is included in the standard library if you're on Unix. If you're on Windows, there are third party curses libraries. You should be able to install that and then build the curses module against it. If you're not on either of those two - tell us what you're using, and maybe someone who knows that system will answer you. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. -- http://mail.python.org/mailman/listinfo/python-list