Advertisement
here2share

# audio_winsound.py

May 9th, 2015
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. # audio_winsound.py
  2.  
  3. import winsound
  4. winsound.PlaySound('C:/Windows/Media/chimes.wav', winsound.SND_ASYNC)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement