Untitled
unknown
plain_text
3 years ago
179 B
26
Indexable
import pygame
import keyboard
pygame.mixer.music.load('pouet.mp3')
while True:
try:
if keyboard.is_press(' '):
pygame.mixer.music.play()
break
except:
breakEditor is loading...