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()