diff --git a/scripts/alarmclock/README.md b/scripts/alarmclock/README.md new file mode 100644 index 0000000..5cb650f --- /dev/null +++ b/scripts/alarmclock/README.md @@ -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 diff --git a/scripts/alarmclock/readme.md b/scripts/alarmclock/readme.md deleted file mode 100644 index fa8467c..0000000 --- a/scripts/alarmclock/readme.md +++ /dev/null @@ -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 -