Play music using python
Python Snippet : from pygame import mixer file='musicname.mp3' #filename with path mixer.init() mixer.music.load(file) mixer.music.play()
"" You cannot change your future. But You can change your habits and surely that habits will change your future""