Sending keyboard events

If you are using Windows, see Simon Brunning's series of "Driving win32
GUIs with Python": Small Values of Cool: Driving win32 GUIs with Python, part 1 ,
but before you go ahead and start hacking away copying and pasting his
code, he's done it already and has offered it up as a library: winGuiAuto.py

- Josiah

···

"Christopher Regan" <christopher.regan@gmail.com> wrote:

    I would like my python program to be able to create keyboard
events so that I can control another program using my python program.
I tried searching and could only find info on receiving keyboard
events. I thought someone might be able to help me out.