Search code examples
windows-media-player

What's the simplest, quickest way to pause/play Windows Media Player?


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.


Solution

  • You need this:

    https://github.com/pywinauto/pywinauto

    ..............