From 0dc0fa66f3ab408c850731c56673c930f91984fe Mon Sep 17 00:00:00 2001 From: Vishnu <92714435+Empireofprogrammers@users.noreply.github.com> Date: Sun, 3 Apr 2022 08:37:13 +0530 Subject: [PATCH] Update main.py --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 0b2dc91..59c1460 100644 --- a/main.py +++ b/main.py @@ -18,6 +18,7 @@ def speak(text): engine.runAndWait() #This funtion will wish you as per the current time +#we can also call this function automatically at certain time also def wishMe(): hour = int(datetime.datetime.now().hour) print(hour) @@ -114,4 +115,4 @@ def main(): print(e) -main() \ No newline at end of file +main()