Skip to content

ishmeals/FRC-OPR-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRC OPR Calculator

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.

Imports

  • 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

About

For google sheets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages