-1

I'd like to know what code will allow me to play an audio track (mp3) while my game program executes. Once the song finishes I would like it to play over and over till the player is done with the game.

Tomerikoo
  • 18,379
  • 16
  • 47
  • 61
CCryda
  • 1
  • 3

1 Answers1

0

#install pip then import playsound

playsound.playsound('your?audio?file)

the lord
  • 1
  • 2