FantasyScraper is a Python application that provides fantasy sports players with statistics and data for their league. This version of the program includes additional functionalities to help you manage and analyze your team better.
The application uses the espn-api (https://github.com/cwendt94/espn-api) to scrape espn fantasy basketball league data, so it is personalised to your league.
The application uses a Tkinter-based interface. The current pages are as follows:
Group analysis Page: Shows player and team statistics in a graph format.
Stats Page: Shows the statistics of all the teams in the league with a scrollable interface.
Injury Page: Shows currently injured players and their stats (scraped from https://www.cbssports.com/nba/injuries/).
MyTeam Page: A page dedicated to showing your team's stats. PlayerPage: A page that shows all the player stats in a scrollable interface.
MatchupPage: Shows the matchup between the users team and their opponent.
After running the application, you will see a GUI interface. You can navigate between different pages to view your team's stats, injury details, and the stats of all the teams in the league via the change page tab. You can click on any player in the table to view more details about them.
This project is a work in progress