3 Answers
+ 3
You can try time.sleep(), or the sched module dedicated for event scheduling.
https://docs.python.org/3/library/time.html#time.sleep
https://docs.python.org/3.7/library/sched.html
+ 2
thanks! The sched module is what I was looking for.
+ 2
You're welcome! đ