windows,linux, tutorials, tutorial, pygame, ,development,programming,source code,code,example,examples,All with pygame python module. The pygame-catalin is a blog created by Catalin George Festila.
import pygame import time pygame.init() pygame.mixer.music.load('file.ogg') pygame.mixer.music.play() time.sleep(1.5)