Update and rename readme.md to README.md

This commit is contained in:
Tiya Gupta 2022-10-10 18:48:19 +05:30 committed by GitHub
parent 3db555c936
commit 3f64599588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 9 deletions

View File

@ -0,0 +1,7 @@
# 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

View File

@ -1,9 +0,0 @@
#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