eeeXun / NBA_Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBA Viewer

View the data of teams and players in NBA

Screenshot

teamView playerView

Usage

  • Install packages
    • pip install -r requirements.txt
  • You need to have a drivePath.txt file, which contains the path of your chrome drive, in this repository
  • Start
    • python main.py
  • GetINFO.py would generate data.json file and teamPic folder, then UI.py would take this data to draw the user interface

The structure of data.json

  • "teams"
  • "updateTime": "2021-07-02 15:23:28"

About


Languages

Language:Python 100.0%