One tip - and yes, I realise I'm dumbing it down for a lot of people, but newer players may not be fully aware, so bear with me.
The code as it stands reflect the maximum positional values - by which I mean, if you look at the code, it refers to say StrengthMax.
Each skill attribute has two actual values - for example, StrengthCur and StrengthMax.
The *Cur values obviously refer to the
current value of that skill, *Max the
maximum value.
The impact of this is that the positional values in Seth's tool are therefore set to reflect the player if they fully achieve their potential, which therefore only reflects their current rating if they've hit the maximums.
If you want to instead evaluate players as they are now, open the .py file in your IDE / text editor of choice ( making a backup first ) and change all instances of "Max" to "Cur".