Created for PickleHacks 2021 at Missouri S&T. The most useless thing we could think of.
Requires Python3 (download here)
and Flask (install with python3 -m pip install flask
).
First clone this repository, then start the Flask web server from inside the cloned directory with python3 -m flask run
. Check the output for a local IP address (such as http://127.0.0.1:5000/) and navigate to the specified page in any browser to view the application.