python os pkg play sound windows 10 code example
Example: python3 play a mp3
#pip install playsound
from playsound import playsound
playsound('your mp3 file.mp3')
#pip install playsound
from playsound import playsound
playsound('your mp3 file.mp3')