A simple rating system for a small chess club made using python
Uses Tkinter as a basic user interface.
Stores Player and rating in a CSV file when save button pressed.
CSV file can be edited or analaysed using excel
Updates rating Changes using ELo formula. see: "https://mattmazzola.medium.com/understanding-the-elo-rating-system-264572c7a2b4"