mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-01-19 07:47:04 +00:00
10 lines
230 B
Markdown
10 lines
230 B
Markdown
|
#Alarm clock Using Python
|
||
|
Simple GUI thats let you set alarm.
|
||
|
|
||
|
##Usage
|
||
|
* packages required Tkinter
|
||
|
* Use pip install tkinter
|
||
|
*Other requirements include - datetime , time , winsound . Import them from python
|
||
|
*Run python alarm.py
|
||
|
|