Thanks to visit codestin.com
Credit goes to github.com

Skip to content

abmAsadullah/flask-cgpa-app

 
 

Repository files navigation

Python-Flask Grade Point Count Application

screenshot

👩🏼‍💻 About

This is project is for MIU students, who want to calculate his/her expected CGPA.

🔧 Built With

  • Python (Programming Language)
  • HTML/CSS (Markup Language)
  • Flask (Python Framework)
  • Bootstrap (Front End Framework)
  • SQLite (Database)

🤖 Getting started

Pre-requirenments

How to run

  • In the desired directory, type git clone https://github.com/abmAsadullah/flask-cgpa-app.git then cd flask-cgpa-app in the terminal or DOWNLOAD from github repository Download link

  • Run pip install flask to install flask.

  • Run pip install virtualenv to install the Virtual Environment (VENV).

  • Run virtualenv env to initialize the VENV.

  • Run .\env\Scripts\activate to active VENV.

  • Run pip install -r requirements.txt to install requirenments.

  • Finally RUN python app.py to run the server.

  • Open from your browser localhost:5000 to start.

  • Add your Course Code, Course Name, Course Cradit and Expected marks && ENJOY.

Contributors

👤 A B M Asadullah (Development)

👤 Naimul Hawk (Template)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

⭐ Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.5%
  • Python 30.5%