Como abrir o arquivo de som no python
# playsound module
from playsound import playsound
playsound('audio.mp3') # way to your audio file
Stupid Skipper
# playsound module
from playsound import playsound
playsound('audio.mp3') # way to your audio file