[Tutor] pipeline - what is it and how do I use it?

O.R.Senthil Kumaran orsenthil at gmail.com
Mon Nov 26 01:47:28 CET 2007


> elis aeris wrote:
> > I need to keep a bit of python code ready to run at anytime, in the ram,
> > but this is what I need to do
> > 
> > I am using two languages at the same time, because python doesn't really
> > have any effective way of simulating keyboard and mouse events,
> > 
> 
> Check PyWinAuto, it might provide what you need.
> You can find it at : http://www.openqa.org/pywinauto/
> 

Sendkeys module can also be used for the same purpose. Unlike pywinauto, which is for a simulation of actions, sendkeys as the name suggests would just send the keystrokes to the application.

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


-- 
O.R.Senthil Kumaran
http://uthcode.sarovar.org


More information about the Tutor mailing list