How to add background music to the tkinter program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

21st Jun 2021, 5:04 PM
Shadoff
Shadoff - avatar
2 Answers
0
I think I found solution: winsound.PlaySound('song.wav', winsound.SND_ALIAS | winsound.SND_ASYNC)
21st Jun 2021, 5:25 PM
Shadoff
Shadoff - avatar