dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.62k stars 954 forks source link

weekday #607

Open olena-kushnir opened 8 months ago

olena-kushnir commented 8 months ago

Thanks for writing schedule! It is fantastic and I have used it a lot. An excellent alternative to Windows Task Scheduler when in your heart you really want cron,

While there is a days, what I really need is

 schedule.every().weekday.do(job)
 schedule.every().weekday.at("13:15").do(job)