Skip to content

adityaxanand/ScholarScale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.