PyELO ELO-rating system for Python3. Handles Wins, Losses and Draws Adapted from https://www.geeksforgeeks.org/elo-rating-algorithm/ Adding in a simple case to handle draws, which is important for many games that would use such a system.