Python Forum
beginner question - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: beginner question (/thread-28275.html)



beginner question - ___ - Jul-12-2020

hi, i'm quite new to python. I was wondering how I can add like a time sync? or something like that? I want to make a program to remind me of something at various times during the day. Thanks.


RE: beginner question - Gribouillis - Jul-12-2020

You could use the built-in 'sched' module, or perhaps the 'schedule' module from pypi.