mirror of
https://github.com/karl0ss/football-manager-squad-and-recruitment.git
synced 2025-05-21 05:46:20 +01:00
9 lines
436 B
Markdown
9 lines
436 B
Markdown
# Football Manager player role evaluation
|
|
Python code to evaluate Player attributes in Football Manager against roles based on role weightings. Work in progress.
|
|
|
|
Inspired by squirrel_plays_FOF's video [FM24 player recruitment using python](https://www.youtube.com/watch?v=hnAuOakqR90)
|
|
|
|
## Usage
|
|
```
|
|
python3 position_score_calculator.py --input-filepath "squad.html" --output-filepath "squad_output.html" --roles goalkeeper fullback
|
|
``` |