Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.21 KB

File metadata and controls

56 lines (39 loc) · 1.21 KB

F1 Pilots Ranking

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.

Features

  • Compare F1 pilots and update their rankings.
  • Display pilot images and ratings.
  • Command-line and GUI versions available.

Requirements

  • Python 3.x
  • Pillow
  • Tkinter

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/F1-Pilots-Ranking.git
    cd F1-Pilots-Ranking
  2. Install the required packages:

    pip install -r requirements.txt

Usage

Command-Line Version

Run the command-line version with:

python cli.py

GUI Version

Run the GUI version with:

python main.py

Project Structure

  • cli.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.

License

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.