Simple Flask web application to help with on-event e-mail capture.
You only need flask to run the application.
pip install flask
python app.py
Information will be saved in file "names.csv" at the root folder.
- Work Sans, by Wei Huang is used for the interface.
- Flask is used as the server framework
- jquery's Ajax methods are used to handle the form on the client side.
there are still some leftover files from previous versions awaiting cleanup.