Merge pull request #318 from Tiagupt03/master

Updates made in the README file of alarm clock software
This commit is contained in:
Advaita Saha 2022-10-10 20:47:51 +05:30 committed by GitHub
commit c2606f4982
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 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

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