python playsound not working code example
Example 1: python3 play a mp3
#pip install playsound
from playsound import playsound
playsound('your mp3 file.mp3')
Example 2: how to get sound in python
#if on windows
import winsound
Example 3: play sound sing os module
from playsound import playsoundplaysound('audio.mp3')