Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 377 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 377 Bytes

Python Scheduler

You may use this script to run specific jobs periodically according to a given schedule.

Requirements

  • Python 3.6 or higher

Usage

To use the script, you need to install the schedule module by running "pip install schedule". You can view the official documentation for the schedule module here