https://github.com/zeel-codder/spi
Website is used to find spi of student of nirma university. App is used by more 5000+ students.
https://github.com/zeel-codder/spi
css flask html js python
Last synced: about 2 months ago
JSON representation
Website is used to find spi of student of nirma university. App is used by more 5000+ students.
- Host: GitHub
- URL: https://github.com/zeel-codder/spi
- Owner: zeel-codder
- Created: 2021-03-10T17:14:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T05:32:35.000Z (about 1 year ago)
- Last Synced: 2025-04-01T06:28:14.711Z (about 1 year ago)
- Topics: css, flask, html, js, python
- Language: Python
- Homepage: https://zeelprajapati123.pythonanywhere.com/
- Size: 1.07 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## 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.
### Run App Local:
@ This app is created in Python Flask.
1.Python:
[Download](https://www.python.org/downloads/)
2.pip
```bash
python3 install pip
```
or
```bash
py get-pip.py
```
3.Flask Api
```bash
pip3 install Flask
```
4.Jinja for Frentend
```bash
pip3 install Jinja
```
5.Flask-Markdown
```bash
pip3 install Flask-Markdown
```
Now you're good to go.
Just run below command for run flask app.
goto->root folder
```bash
python3 app.py
```
## Thank You For Reading.
# Happy Coding