Skip to content

aardabayram/FM

Repository files navigation

FM24 Player Recruitment Using Python

Based on this video by squirrel_plays.

Go follow/subscribe to them. They did all the calculations (aka the hard work), I just made it work as a web application.

The deployed version can be found here.

Please follow instructions below if you wish to run the code yourself.

How To Run Locally

This assumes you have Python installed on your PC already.

  • Select Code > Download ZIP or click here
  • Extract files to a new folder on your PC
  • Open the folder in your preferred IDE or Command prompt.
  • Run the command pip install -r requirements.txt
  • Once the packages have been installed, run python3 app.py or python app.py
  • Done

How To Run on Github Codespaces

  • Click the <> Code button above, and select Codespaces
  • Click Create codespace on main
  • Run the command pip install -r requirements.txt
  • Once the packages have been installed, run python3 app.py
  • Done

Thanks

Once again, thanks to squirrel_plays for their hard work in creating the calculations.

You should Subscribe to them on YouTube.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published