It was designed to work with a version of displaying grades that is not in use anymore
- Install python 3.6 or above.
- Create virtual env and activate it.
- Install requirements using requirements.txt and pip with command :-
pip install -r requirements.txt
- Run app using
python app.py
Note:- Modify the link to submit form in template/index.html for page to work properly.