This repository is not active
JeremiahPetersen/Scheduler
This code sets up a scheduled task that runs multiple Python scripts at the time specified by the user. It uses the 'schedule' library to manage the task scheduling and the 'subprocess' module to execute the scripts. The task runs continuously, checking for pending tasks every minute.
Python