Skip to content

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.

License

Notifications You must be signed in to change notification settings

Concara3443/F1-Pilots-Ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages