Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 355 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 355 Bytes

meetpy

Simple swim meet manager

This script creates a GUI for managing a simple swim meet.

Features:

  • Enter times for each swimmer in a race. Automatically computes ranking and points.
  • Easily switch between races and update values
  • Soon: swimmer name autocompletion

Usage:

python pyMeet.py

Requirements:

python 3.5+, tkinter, pandas