Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 805 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 805 Bytes

HazenTTElo

An Elo ranking system for the Hazen Table Tennis Club using this Python library.

Provides an interface for the EloPy library and an excel spreadsheet for tracking matches.

WORK IN PROGRESS

Usage

Record matches in an Excel spreadsheet (.xlsx file extension) and pass it to the calculate method. The first row must be a header. The columns should be: date, player 1, player 1 score, player 2, player 2 score. Matches are read top to bottom so record the most recent matches at the bottom. Names must match exactly with previous entries. For consistency, use the first and last names as written on school ID.

View rankings