A locally hosted website for easily downloadomg crossword files and sending them to a network printer
I like solving crosswords on paper. I want to be able to print puzzles from a variety of source easily. This web app runs on a Raspberry Pi server on my local network and allows me to print puzzles on-demand via my phone.
- Run
FLASK_APP=app/dashboard.py flask run --host=0.0.0.0 --port=80
. - Open http://localhost:5000 in your browser.
NOTE: This application is intended to run on your secure home network. It is not secure. Don't do stupid things with it.