[Tutor] how do we represent left arrow key in python programming.

Eike Welk eike.welk at gmx.net
Fri Aug 21 20:57:17 CEST 2009


On Friday 21 August 2009, Ajith Gopinath wrote:
> Hi,
> I just want to travese a text based menu.My prog.  will login to a
> text based app. and traverse its menu  and clicks  where i want to
> be. rit now i find it sifficult to traverse the menu.I am but able
> to click on the very first item.Will this info help?

You should look at the curses library for complex, but text based 
interfaces. I don't know if it exists on Windows though:
http://docs.python.org/library/curses.html

HTH, Eike.


More information about the Tutor mailing list