Posts by Gabriel Viticov • 27 points
1 post
-
-1
votes1
answer580
viewsQ: Playing mp3 music in Python
all right? Well I come here to ask for a solution regarding playing mp3 music in Python. I imported the Pygame library and used the mixer module to play python music: import pygame pygame.init()…