Skip to content

kkuette/WinSoundPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

WinSoundPlayer

Pythonic minimal sound player for windows

I've just enhanced a bit the playsound project with start and stop functions.

How to use

player = playsound(sound, block=False) # Init with the sound you want
player.play_sound()                    # and just start it
player.stop_sound()                    # Stop it when you want with a condition

About

Pythonic minimal sound player for windows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages