Skip to content

Python program which displays shot charts for NBA players for any given year for which the data is available

Notifications You must be signed in to change notification settings

robertdubrovski/NBAShotCharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

NBAShotCharts

Python program which displays shot charts for NBA players for any given year for which the data is available.

Requirements

  • Python 2 brew install python
  • Ipython pip install ipython
  • requests library pip install requests
  • pandas library pip install pandas
  • seaborn library pip install seaborn

Those should do the trick

Usage

Run ipython shotcharts.py.

When prompted, enter the player name (e.g. "Kyle Lowry") and press enter.

Then enter the season you wish to see their shot chart for (e.g. "2015-16") and press enter.

Screenshots

Prompt

Result

About

Python program which displays shot charts for NBA players for any given year for which the data is available

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages