This Speed Trig quiz generator is a Flask application meant to automatically generate simple trigonometry quizzes.
(Travis-CI mostly used as an experiment with a Flask app.)
Make sure to download and install any compatible LaTeX distribution (this app uses [https://github.com/mbr/latex](the latex package)), and make sure it is in your environment.
Go to directory and run pip install -r requirements.txt
:
cd ~/download_location/SpeedTrig/ && pip install -r requirements.txt
To start the application, from the same directory run export FLASK_APP=SpeedTrig.py
then flask run
.
This will launch the web application at 127.0.0.1:5000.