python-scripts/scripts/alarmclock
2022-10-10 18:48:19 +05:30
..
alarm.py added alarm and number guessing 2022-10-09 20:46:20 +05:30
README.md Update and rename readme.md to README.md 2022-10-10 18:48:19 +05:30

Alarm clock Using Python

Simple GUI thats lets you set alarm.

Guidelines to use the software on your 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