0
What are the audio modules in python 3?
I made a code of a timer and I want to include sounds in the code but I don't know how Do I need certain modules? Libraries?
1 Resposta
+ 1
You can use the standard library, winsound (Sound-playing interface for Windows) to play some basic sounds such as beep and sound from file.