A web based app to add and check items off a list, which outputs a page that can be set up as a browser source in OBS.
|
vor 1 Tag | |
---|---|---|
checklist.egg-info | vor 1 Tag | |
templates | vor 1 Tag | |
.gitignore | vor 1 Tag | |
Checklist.kdev4 | vor 1 Tag | |
README.md | vor 1 Tag | |
app.py | vor 1 Tag | |
pyproject.toml | vor 1 Tag | |
wsgi.py | vor 1 Tag |
A web based app to add and check items off a list, which outputs a page that can be set up as a browser source in OBS.
```.venv/bin/python -m gunicorn -b 0.0.0.0:8043 -w 1 'app:app'