Skip to content

zeyung/nba-stat-visualizer

Repository files navigation

🏀 NBA Stats Visualizer

An interactive tool that fetches real NBA player statistics from basketball-reference.com and visualizes career averages and trends using Python and Matplotlib.


🚀 Features

  • Web scraping of NBA data (per-season stats) using Selenium
  • Support for any NBA player by name
  • Graphing of career averages (e.g. points, rebounds, assists)
  • Two visualization modes:
    • Career Trend chart showing per-season stats over time
    • Predictive Regression overlay (optional)

🧩 Tech Stack

Component Technology
Web Scraping Selenium + BeautifulSoup
Data Handling pandas
Visualization matplotlib
CLI Argument parsing via sys.argv
Environment Python 3.x

📁 Project Structure


📦 Installation

Clone the repository:

git clone https://github.com/zeyung/nba-stat-visualizer.git
cd nba-stat-visualizer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published