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] 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