Quiz generator, generating questions and UI for solving the quizzes. Project for class
Python
TextX
Jinja2
Pydot (download https://github.com/nlhepler/pydot , python setup.py install)
Graphviz (if pip install doesn't work, try adding sudo, if it fails, sudo apt-get install graphviz, for windows: add to path variable)
for pycharm, add new python configuration and for a script file choose generator.py and run it
Move into output directory and run the following command:
python server.py
./manage.py runserver
./manage.py migrate