Quickly and easily find the best possible classification for your university degree β just run this Python script!
This script calculates your final university classification (First, 2:1, etc.) by:
- Calculating your Year 2 weighted average.
- Optimally combining your Year 3 project and best-performing modules.
- Trying different weighting schemes (10:90, 20:80 for Year 2:Year 3).
- Returning the best final grade you can achieve.
- Input your Year 2 and Year 3 module marks and credits.
- The script finds the best combination of Year 3 project + modules.
- It computes your final grade using standard university classification rules.
- Outputs the highest possible final mark and classification.
- Clone this repo or download the script:
git clone https://github.com/yourusername/university-grade-classifier.git cd university-grade-classifier