You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# to display the time at which the message is sent
print(datetime.datetime.now())
pyautogui.typewrite("Reminder: Drink water!")
pyautogui.press("enter")
time.sleep(31)
print(datetime.datetime.now())
pyautogui.typewrite("Reminder: Take medicine!")
pyautogui.press("enter")
time.sleep(31)
print(datetime.datetime.now())
pyautogui.typewrite("Reminder: Take the dog for a walk!")
pyautogui.press("enter")
time.sleep(31)
print(datetime.datetime.now())
pyautogui.typewrite("Reminder: Drink water!")
pyautogui.press("enter")
time.sleep(31)
print(datetime.datetime.now())
pyautogui.typewrite("Reminder: Drink water!")
pyautogui.press("enter")
time.sleep(31)
No description provided.
The text was updated successfully, but these errors were encountered: