+ 1
How to add background music to the tkinter program?
I am making a test game with one question and 4 optional answers. Like in the game "who wants to be a millionaire?" Which package or library to use to fulfill it?
2 Antworten
0
I think I found solution:
winsound.PlaySound('song.wav', winsound.SND_ALIAS | winsound.SND_ASYNC)