This project is a ranking system for F1 pilots using the Glicko-2 rating system. It allows users to compare pilots and update their rankings based on the comparisons.
- Compare F1 pilots and update their rankings.
- Display pilot images and ratings.
- Command-line and GUI versions available.
- Python 3.x
- Pillow
- Tkinter
-
Clone the repository:
git clone https://github.com/yourusername/F1-Pilots-Ranking.git cd F1-Pilots-Ranking -
Install the required packages:
pip install -r requirements.txt
Run the command-line version with:
python cli.pyRun the GUI version with:
python main.pycli.py: Command-line interface for comparing pilots.main.py: GUI interface for comparing pilots.glicko.py: Implementation of the Glicko-2 rating system.requirements.txt: List of required Python packages.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize this README.md file according to your project's specific details and requirements.