adityaxanand / ScholarScale

CGPA Calculator

Home Page:https://scholarscale.streamlit.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScholarScale is a simple and intuitive CGPA calculator web application.

Features

  • Calculate semester GPA based on grades and credits for each subject.
  • Calculate cumulative GPA considering previous CGPA and credits.
  • Easy-to-use interface with clear instructions.
  • Customizable background image and cursor styles.

How to Use

  1. Input Previous CGPA and Credits: Enter your previous CGPA and the total number of credits you've completed.

  2. Input Subjects and Grades: For each subject in the current semester, select the grade and enter the credit.

  3. Calculate: Click the "Calculate" button to see your semester GPA and cumulative GPA.

Technologies Used

  • Python
  • Streamlit
  • NumPy

Getting Started

To run this web app locally:

  1. Clone this repository:
git clone https://github.com/adityaxanand/ScholarScale.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Streamlit app:
streamlit run main.py
  1. Open your web browser and go to http://localhost:8501 to use the app.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

CGPA Calculator

https://scholarscale.streamlit.app

License:MIT License


Languages

Language:Python 100.0%