Skip to content

kkpro18/UniversityOfGreenwichComputerScienceGradeClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ“ 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

Releases

No releases published

Packages

No packages published

Languages