Metadata-Version: 2.1
Name: FPL_wildcard_team_selector
Version: 0.0.1
Summary: This package selects the best 15 players to choose when playing a wildcard on Fantasy premier league on any given week
Home-page: https://github.com/abdul-gendy/FPL_wildcard_team_selector
Author: Abdulrahman Elgendy
Author-email: Abdul.Elgendy@outlook.com
License: UNKNOWN
Download-URL: https://github.com/abdul-gendy/FPL_wildcard_team_selector/archive/v0.0.1.tar.gz
Description: # FPL wildcard team selector
        
        This package selects the best 15 players to choose when playing a wildcard on Fantasy premier league on any given week
        
          - Selects the best players by analyzing the data provided by the fantasy premier league API
          - creates a visualization of the selected players
        
        
        ### Installation
        
        ##### Using pip
        
        You can install the package using pip by running the following:
        
        ```
        pip install FPL-wildcard-team-selector
        ```
        ##### Download from source
        
        Download the source code by cloning the [repository](https://github.com/abdul-gendy/FPL_team_selector). Install by navigating to the proper directory and running
        ```
        python setup.py install
        ```
        ### Usage
        ##### import the package
        ```
        import FPL_wildcard_team_selector
        ```
        ##### call the play_wildcard function
          - This function takes in one argument which is the formation that you want to be displayed during the selection visualization. It should be one of the following: 442, 433, 343, 352
        ```
        FPL_wildcard_team_selector.play_wildcard(442)
        ```
        
        ### Sample Output
        
        <img src="test/sample_outputs/Team1.PNG" alt="alt text" width="700" height="700">
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
