Skip to content

Instantly share code, notes, and snippets.

View arivvid27's full-sized avatar
:electron:
Coding like a Madman

Videsh Arivazhagan arivvid27

:electron:
Coding like a Madman
  • EverestWorks
  • Los Angeles
  • 19:33 (UTC -07:00)
View GitHub Profile
@arivvid27
arivvid27 / Alarm.py
Created June 25, 2020 22:27
I am getting an error called: AttributeError: module 'winsound' has no attribute 'Playsound'
C:\Users\HP-6000\AppData\Local\Programs\Python\Python39\python.exe C:/Users/HP-6000/PycharmProjects/Schedule/Alarm.py
Traceback (most recent call last):
File "C:\Users\HP-6000\PycharmProjects\Schedule\Alarm.py", line 6, in <module>
winsound.Playsound("Loud_Alarm_Clock_Buzzer-Muk1984-493547174", winsound.SND_FILENAME)
AttributeError: module 'winsound' has no attribute 'Playsound'
Process finished with exit code 1