ScholarScale is a simple and intuitive CGPA calculator web application.
- 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.
-
Input Previous CGPA and Credits: Enter your previous CGPA and the total number of credits you've completed.
-
Input Subjects and Grades: For each subject in the current semester, select the grade and enter the credit.
-
Calculate: Click the "Calculate" button to see your semester GPA and cumulative GPA.
- Python
- Streamlit
- NumPy
To run this web app locally:
- Clone this repository:
git clone https://github.com/adityaxanand/ScholarScale.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run main.py
- Open your web browser and go to http://localhost:8501 to use the app.
Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.
This project is licensed under the MIT License.