Is it possible to open an mp3 file in Python (possible using Popen) and I don’t mean to run it in the program I mean as a separate window in media player or whatever just for it to open it when I call the function and if so how?
Is it possible to open an mp3 file in Python (possible using Popen )
Share
Opening a file with its associated application (Windows only):
A link to the documentation can be found here.