A repository holding a simple reusable script implementing a scheduler in Python. Very lightweight, uses virtually no resources.
Allows to run any command on terminal at regular intervals and to choose whether to kill the previous run instance if it did not complete.
Can be used with any Python installation with Python >= 3.5.
From the same directory as scheuler.py, execute:
python scheuler.py --command [...]Line arguments can be provided to the above command to change the behaviour of the script. An exaustive list of them can be found by running python scheuler.py -h.