I am automating a few things I do on my pc with short python scripts. As a Linux noob I still don't get how to integrate them into the OS. The windows sheduler felt better / less janky ... idk how to word it differently 🤦🏻‍♀️🤦🏻‍♀️
What's the windows scheduler?
You can use cron or systemd timers for scheduling on Linux.
Cron for smaller tasks, systemd for heavier tasks I'd say.
reply