python play a wav sound with os.system code example Example: play music from python from playsound import playsound playsound('audio.mp3')