Playing mp3 song on python

Try this. It’s simplistic, but probably not the best method. Please note that pygame’s support for MP3 is limited. Also, as pointed out by Samy Bencherif, there won’t be any silly pygame window popup when you run the above code. Installation is simple – Update: Above code will only play the music if ran interactively, since the play() call will execute instantaneously … Read more