Update README.md

This commit is contained in:
Tiya Gupta 2022-10-10 18:49:21 +05:30 committed by GitHub
parent 96512a9535
commit 81efb2ca0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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