- Install packages
pip install -r requirements.txt
- You need to have a
drivePath.txt
file, which contains your chrome drive, in this repository GetINFO.py
would generatedata.json
, andUI.py
would take this data to draw someting- Start
python main.py
- "teams"
- "Boston Celtics"
- "teamData"
- "PPG": 112.6
- "RPG": 44.3
- "APG": 23.5
- "OPPG": 111.2
- "IMG": "https://cdn.nba.com/logos/nba/1610612738/global/L/logo.svg"
- "playerData":
- "Jayson Tatum"
- "NO": 0
- "POS": "F-G"
- "HEIGHT": "6-8"
- "WEIGHT": "210lbs"
- "AGE": 23
- "EXP": 3
- "Carsen Edwards"
- ...
- "Jayson Tatum"
- "teamData"
- "Brooklyn Nets"
- ...
- ...
- "Boston Celtics"