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:
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!