From 3f64599588509509cf6e0d6a68ddbcf0dc0d3134 Mon Sep 17 00:00:00 2001 From: Tiya Gupta <98590820+Tiagupt03@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:48:19 +0530 Subject: [PATCH 1/3] Update and rename readme.md to README.md --- scripts/alarmclock/README.md | 7 +++++++ scripts/alarmclock/readme.md | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 scripts/alarmclock/README.md delete mode 100644 scripts/alarmclock/readme.md 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 - From 96512a95353cc37eadeabe32192d6ebaa562be2a Mon Sep 17 00:00:00 2001 From: Tiya Gupta <98590820+Tiagupt03@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:48:41 +0530 Subject: [PATCH 2/3] Update README.md --- scripts/alarmclock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/alarmclock/README.md b/scripts/alarmclock/README.md index 5cb650f..4072c73 100644 --- a/scripts/alarmclock/README.md +++ b/scripts/alarmclock/README.md @@ -3,5 +3,5 @@ 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 +* Import modules like datetime, time, winsound from python * Save the file by the extension .py and run it in your python IDE From 81efb2ca0b1355db0bfc035594f627b3c71286ed Mon Sep 17 00:00:00 2001 From: Tiya Gupta <98590820+Tiagupt03@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:49:21 +0530 Subject: [PATCH 3/3] Update README.md --- scripts/alarmclock/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/alarmclock/README.md b/scripts/alarmclock/README.md index 4072c73..fa575e6 100644 --- a/scripts/alarmclock/README.md +++ b/scripts/alarmclock/README.md @@ -1,7 +1,7 @@ -# Alarm clock Using Python +# Alarm clock using Python 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) * Import modules like datetime, time, winsound from python * Save the file by the extension .py and run it in your python IDE