Skip to content

Calculates the past win rate between frc teams over a specific date

Notifications You must be signed in to change notification settings

chichiquo4028/FRC-Win-Rate-Calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

  • Clone the repo and run run.bat with cmd /k run.bat or with py frcwr.py if you've already got pip up to date.
  • You can also run this program from the actions tab by triggering the Run Script action (you will need to fork the repo):

Run Script Screenshot 2024-04-24 194905

Requirements:

  • requires python (tested and verified for 3.12)
    • for most systems, the run.bat/run.sh script will automatically install pip with python -m ensurepip if not installed. However, WSL users will have to install pip externally
    • or just use the action

Note:

  • The run.bat/run.sh file is made explicitly to update pip, and therefore will not be necessary for further runs of the program, use python frcwr.py instead.

About

Calculates the past win rate between frc teams over a specific date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Batchfile 1.1%
  • Shell 1.1%