SPI CALCULATOR
This project is used to find spi of student of nirma university Technology. Currently we have only four branch data so user can only calculate the spi of four branch.
1.BCH
2.BEE
3.BCE
4.BCL
@ This app is created in Python Flask.
1.Python:
2.pip
python3 install pip
or
py get-pip.py
3.Flask Api
pip3 install Flask
4.Jinja for Frentend
pip3 install Jinja
5.Flask-Markdown
pip3 install Flask-Markdown
Now you're good to go. Just run below command for run flask app.
goto->root folder
python3 app.py