This is project is for MIU students, who want to calculate his/her expected CGPA.
- Python (Programming Language)
- HTML/CSS (Markup Language)
- Flask (Python Framework)
- Bootstrap (Front End Framework)
- SQLite (Database)
- Install Python Download link
- Set Path Video (Naim Sir)
- Install Git (Optional) Download link
-
In the desired directory, type
git clone https://github.com/abmAsadullah/flask-cgpa-app.gitthencd flask-cgpa-appin the terminal or DOWNLOAD from github repository Download link -
Run
pip install flaskto install flask. -
Run
pip install virtualenvto install the Virtual Environment (VENV). -
Run
virtualenv envto initialize the VENV. -
Run
.\env\Scripts\activateto active VENV. -
Run
pip install -r requirements.txtto install requirenments. -
Finally RUN
python app.pyto run the server. -
Open from your browser
localhost:5000to start. -
Add your Course Code, Course Name, Course Cradit and Expected marks && ENJOY.
👤 A B M Asadullah (Development)
- GitHub: @abmAsadullah
- Twitter: @abmAsadullah
- LinkedIn: abmAsadullah
👤 Naimul Hawk (Template)
- GitHub: @Naimul Hawk
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.