Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.29 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.29 KB

NBA Stats Visualizer

NBA Stats Visualizer for any NBA player, of any season, with both shot charts and basic stats in a simple and intuitive graphic interface using Python

You can see the main stats from a specific season:

The shot chart from a specific season:

And the points per game (PPG) evolution in a player's career:

To properly execute the NBA Stats Visualizer:

Download Python version 3 and PIP

Install the program requirements by opening the command prompt on the NBA folder:

python -m pip install -r requirements.txt

Then, you can execute the program with

py NBAStatsVisualizer.py

And you are ready to go!