An open API service indexing awesome lists of open source software.

https://github.com/byteface/ezcron

cron viewer
https://github.com/byteface/ezcron

Last synced: 2 months ago
JSON representation

cron viewer

Awesome Lists containing this project

README

        


GUI for cron jobs


ezcron


cron jobs made ez


# ezcron
##### built with domonic and sanic

App to view and edit crons

##### setup
python3 -m venv venv
. venv/bin/activate
python3 -m pip install -r requirements.txt

##### running
python3 ezcron.py

screenshot
screenshot

##### NOTICE/WARNING
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

##### made possible by:

https://bradymholt.github.io/cron-expression-descriptor/

https://pypi.org/project/croniter/

http://bunkat.github.io/later/