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