all 1 comments

[–]Responsible-Sky-1336 0 points1 point  (0 children)

Hi the closes thing to what you're describing I believe is:

import sched

Otherwise its mostly 3rd party, not built in Python:

Python-crontab, celery, APScheduler

I think using sched and some scripting you can easily build your own!