mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-01-18 15:27:07 +00:00
Update and rename readme.md to README.md
This commit is contained in:
parent
3db555c936
commit
3f64599588
7
scripts/alarmclock/README.md
Normal file
7
scripts/alarmclock/README.md
Normal 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
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user