Skip to content

Python script that allows a user to generate graphs comparing the statistics of two NBA teams - visualizing how certain statistics lead to more/less wins.

Notifications You must be signed in to change notification settings

StevenEgnaczyk/NBA-Statistics-Visualizer

Repository files navigation

Getting Started

To begin, start by running

pip install -r requirements.txt

This will install all necessary packages for the api. From here - you can can

python app.py

Which will run the API locally on port 10000. From here you can submit an API request to the /submit endpoint.

Arguments

  • team - The NBA team who's statistics you want to plot
  • stat1 - The X-axis stat representing the team's statistics
  • stat2 - The Y-axis stat representing the opposing team's statistics

Example Outputs

Chicago Bulls - Points - Points

image

Milwaukee Bucks - Turnovers - Turnovers

image

Cleveland Cavaliers - Field Goal Percentage - Field Goal Percentage

image

About

Python script that allows a user to generate graphs comparing the statistics of two NBA teams - visualizing how certain statistics lead to more/less wins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published