Skip to content

byteface/ezcron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/