Skip to content

Latest commit

 

History

History
executable file
·
90 lines (41 loc) · 823 Bytes

ReadMe.md

File metadata and controls

executable file
·
90 lines (41 loc) · 823 Bytes

PROJECT

SPI CALCULATOR

Description

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.

Branches

1.BCH

2.BEE

3.BCE

4.BCL

Run App Local:

@ This app is created in Python Flask.

1.Python:

Download

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
 

Thank You For Reading.

Happy Coding