The problem I have is that I have this Python script to launch a application. After the application is launched (the GUI is shown on screen), I want to make it de-activated. It can
Solution 1:
Take a look at SendKeys. It is in the pypi, so you can install it via easy_install
.
Solution 2:
I've used AutoIt (via it's COM interface) a lot of times
Post a Comment for "Are There Any Libraries For Python To Simulate Keyboard Action?"