Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 678 Bytes

Readme.md

File metadata and controls

16 lines (10 loc) · 678 Bytes

EPL Fantasy League Pick

The following files were used to pick teams/transfers for the English Premier League fantasy league: https://fantasy.premierleague.com/

Prerequisits

IPython notebook

Files

  • createTeam.ipynb - to be used when creating a team for the first time
  • findTransfer11.ipynb - used to find "best" transfer for the week
  • renameHTML.bat - Changes all ".html" files to ".txt" files in whatever folder you run the script in. Useful for the previous 2 scripts (where it is required to change a bunch of html files to txt files)

Getting started

The files createTeam.ipynb and findTransfer11.ipynb have explanations on how they are to be used in them