PLAY MUSIC USING PYTHON

PLAY MUSIC USING PYTHON


Source Code:-


# Required Module:- pip install playsound

# import module
from playsound import playsound

# Enter your Music file with full path and .mp3 extension
playsound('C:/Users/Music/mySong.mp3')


Follow me on Instagram:- Python_with_Shubham


0 Comments