python-scripts/scripts/alarmclock/README.md

8 lines
291 B
Markdown
Raw Normal View History

2022-10-10 13:19:21 +00:00
# Alarm clock using Python
Simple GUI thats lets you set alarm.
2022-10-10 13:19:21 +00:00
## Guidelines to use the software on remote machine
* Use pip install tkinter on command line (cmd)
2022-10-10 13:18:41 +00:00
* Import modules like datetime, time, winsound from python
* Save the file by the extension .py and run it in your python IDE