Offensive power rating calculator for FRC. The math is based on this great Blue Alliance post.
For google sheets. Upload the spreadsheet. Copy the id of the spreadsheet (in the link of the copy) and paste it into the code.
Create an oAuth 2.0 Client ID here. Download the client_secret.json, rename it as 'creds.json', and place it in the code folder.
- Numpy for calculations
- os for session things
- Pickle for session things that I don't understand
- google-api-python-client, google-auth, google-auth-oauthlib for googly things