mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-12-18 08:10:20 +00:00
8 lines
291 B
Markdown
8 lines
291 B
Markdown
# Alarm clock using Python
|
|
Simple GUI thats lets you set alarm.
|
|
|
|
## Guidelines to use the software on remote machine
|
|
* Use pip install tkinter on command line (cmd)
|
|
* Import modules like datetime, time, winsound from python
|
|
* Save the file by the extension .py and run it in your python IDE
|