views:

340

answers:

1

I'm just trying to get a quick way to play and pause Windows Media Player remotely. After reading several questions here on SO, I realized that most people were talking about C#, Java, COM, ActiveX... which seem a bit overkill for my project. Is there any simple interface to mess with WMP? My preferred approach would be some Python module where I can just script something up really fast and have it deployed in five minutes. Nothing too fancy.

+1  A: 

You need this:

http://pywinauto.pbworks.com/

Dill
Just wondering: where is the manual for this? Do I have to dive into the source code to figure it out?
Andrew Szeto
Never mind, it was at http://pywinauto.openqa.org/.
Andrew Szeto