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')
Copyright (c) 2021 Python_with_Shubham All Rights Reserved.
0 Comments