Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.02 KB

PowerScore Display

tldr;

PowerScore Display is a python based terminal program that retrieves FTC scoring data from remote sources, calculates the current PowerScore for each team, and displays it a ncurses based text display.

Credit

PowerScore was developed by The Astromechs - FTC Team 3409.

Contact us: http://www.kcastromechs.org or on twitter at @KCAstromechs

Usage

... A few sample command line usages is coming Soon ...

Installation

Python 3 is highly recommended over Python 2

Required packages: requests, beautifulsoup4

  • pip install requests
  • pip install beautifulsoup4

Release Information


Version 4.0 (Initial public release)

  • Supported scoring data includes
    • The FTC Scoring System web pages
    • ftcscores.com
    • theorangealliance.net (Note, at the current time theorangealliance has some data challenges)