Python Forum

Full Version: Open windows media player minimised
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to open windows media player, minimised, from Python
like so
os.system ("start wmplayer.exe /min C:\\Users\user\Desktop\output.mp3")
Can anyone help ?
os.system is a fork, not a call to include in your code
There are packages that you can use instead, see: https://pypi.org/search/?q=%22media+player%22&o=