generation of keyboard events

RAM serverin2000 at yahoo.com
Tue Jul 7 07:07:46 EDT 2009


On 6 July, 10:02, Simon Brunning <si... at brunningonline.net> wrote:
> 2009/7/6 RAM <serverin2... at yahoo.com>:
>
> > I am trying to do this on windows. My program(executable) has been
> > written in VC++ and when I run this program, I need to click on one
> > button on the program GUI i,e just I am entering "Enter key" on the
> > key board. But this needs manual process. So i need to write a python
> > script which invokes my program and pass "Enter key" event to my
> > program so that it runs without manual intervention.
>
> Try <http://pywinauto.openqa.org/>.
>
> --
> Cheers,
> Simon B.

Thank you all for the help the below url helped me in accomplishing my
task

http://www.rutherfurd.net/python/sendkeys/index.html

regards
Sreerama V



More information about the Python-list mailing list