Skip to content

GradeHub is a GPA calculator designed for SRM University students, providing a straightforward way to calculate GPA based on course credits and grades.

Notifications You must be signed in to change notification settings

atandritC/GradeHub-SRM-GPA-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

GradeHub - SRM GPA Calculator

Calculate Your SRM University GPA

Welcome to GradeHub, a simple GPA calculator tailored for SRM University students. This tool helps you compute your Grade Point Average (GPA) based on your course credits and grades.

What GradeHub Does

  • Allows you to input your course credits and grades.
  • Computes your GPA instantly upon submission.
  • Provides a user-friendly interface for quick GPA estimation.

Demonstration

GradeHub Demo

Installation and Usage Instructions (For End-Users)

To use the GradeHub application, visit the following Streamlit site where it is hosted: GradeHub on Streamlit

Installation and Usage Instructions (For Developers)

If you want to run GradeHub locally or contribute to its development, follow these steps:

Prerequisites

Ensure you have Python 3.x installed on your machine. You can download it from python.org.

Clone the Repository

git clone https://github.com/yourusername/GradeHub-SRM-GPA-Calculator.git
cd GradeHub-SRM-GPA-Calculator

Install Dependencies

Install the necessary Python packages using the requirements.txt file:

pip install -r requirements.txt

Run the Application

Start the Streamlit application:

streamlit run app.py

File Descriptions

  • app.py: Main script for running the Streamlit web application.
  • requirements.txt: List of Python dependencies required for the project.

Contributor Expectations

If you would like to contribute to GradeHub, please follow these guidelines:

  1. Fork the repository and create your feature branch (git checkout -b feature/AmazingFeature).
  2. Commit your changes (git commit -m 'Add some AmazingFeature').
  3. Push to the branch (git push origin feature/AmazingFeature).
  4. Open a pull request.

Before contributing, ensure your code aligns with the existing style and includes relevant tests if applicable. Contributions that improve the application's functionality, performance, or usability are highly appreciated.

Thank you for using GradeHub to calculate your GPA effortlessly! Happy studying!

About

GradeHub is a GPA calculator designed for SRM University students, providing a straightforward way to calculate GPA based on course credits and grades.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages