This is a simple Streamlit application to calculate your CGPA (Cumulative Grade Point Average).
-
Clone the repository:
git clone https://github.com/yourusername/CGPACALC.git
-
Navigate to the project directory:
cd CGPACACALC -
Install the required libraries:
pip install -r requirements.txt
-
Run the Streamlit application:
streamlit run app.py
-
The application will open in your web browser. Enter your grades and credit hours for each course to calculate your CGPA.
- Calculates CGPA based on grades and credit hours.
- Allows adding multiple courses.
- Simple and intuitive user interface.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.