Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.09 KB

Speed Trig Quiz Generator

Python Build Status GitHub Issues License

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.)

To Get Started

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.