how to add .wav sound file in python program simple code example Example: play music from python from playsound import playsound playsound('audio.mp3')