Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1021 Bytes

File metadata and controls

26 lines (18 loc) · 1021 Bytes

🎓 University of Greenwich Computer Science Grade Classifier

Quickly and easily find the best possible classification for your university degree — just run this Python script!

💡 What It Does

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.

📌 How It Works

  1. Input your Year 2 and Year 3 module marks and credits.
  2. The script finds the best combination of Year 3 project + modules.
  3. It computes your final grade using standard university classification rules.
  4. Outputs the highest possible final mark and classification.

🛠️ How to Use

  1. Clone this repo or download the script:
    git clone https://github.com/yourusername/university-grade-classifier.git
    cd university-grade-classifier