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