pygame mixer music not playing code example
Example: How to play music without pygame
from playsound import playsound
playsound('audio.mp3')
#Hope it helps :)
from playsound import playsound
playsound('audio.mp3')
#Hope it helps :)