Owen S.
0
Q:

pygame music mp3

import pygame
pygame.mixer.init()
pygame.mixer.music.load('your_music_name.mp3')
pygame.mixer.music.play()
input('Insert something to end the player')
0

New to Communities?

Join the community