Metadata-Version: 2.1
Name: fplscout
Version: 0.1.0
Summary: Picks good teams for the UK FPL Fantasy Football game
Home-page: https://github.com/rachel-sharp/fpl-scout
Author: Rachel Sharp
Author-email: rachelsharp.dev@gmail.com
License: MIT License
Keywords: football
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: clint
Requires-Dist: requests
Requires-Dist: pulp

### Fantasy Premier League Scout :soccer: :trophy:

For people who can't pick football players good and want to learn to do other football manager stuff good too

Install with `pip install fplscout`

Usage:

~~~
fpl scout
fpl --help
fpl scout -rf ppg # use the points per game ranking function, for example
fpl scout -bf lp_max # use the lp_max building function, for example
~~~

Done. Enjoy your free fantasy football points.

This is extensible with custom ranking and team-building algorithms.

#### To-Do List

* Need to make sure it picks a good captain for your team, since they're worth twice as much.
* Need to make it care less about the value of players on the bench
* Need to implement week-to-week factors such as home/away, strength of opposing team, and have a mode which scouts good transfers rather than for building a team

