from playsound import playsound code example
Example 1: python3 play a mp3
#pip install playsound
from playsound import playsound
playsound('your mp3 file.mp3')
Example 2: playsound conda
>>> from playsound import playsound
>>> playsound('/path/to/a/sound/file/you/want/to/play.mp3')
Example 3: playsound
Cannot find the specified file. Make sure the path and filename are correct.