App to view and edit crons
python3 -m venv venv
. venv/bin/activate
python3 -m pip install -r requirements.txt
python3 ezcron.py
I'm using this to test another lib. So if it doesn't run after updates you may need to upgrade
. venv/bin/activate
python3 -m pip install domonic --upgrade
https://bradymholt.github.io/cron-expression-descriptor/