Skip to content

JustinT301/ClashRoyaleCompDeckChecker

Repository files navigation

Clash Royale League Deck Checker

Table of Contents

  1. Introdution
  2. Features
  3. Dependencies
  4. Installation
  5. How to Use
  6. Credits

Introduction

This is a Python Tkinter Application that can check what competitive decks and ranked deck players have been using. Also checks what they have played against and how often they used each win condition.

Features

  • Displays 1v1 and Duels decks in players battle log and what they played against
  • Displays score and average elixir cost of decks
  • Displays Path of Legend deck with global ranking
  • Displays Pie charts of win condition use rates for user and opponents.
  • Save seached players into .csv file with add player button

Dependencies

  • Python
    • Version: 3.12.4
    • Description: Python is the programming language used to develop this script.
  • matplotlib
    • Version: 3.9.1
    • Description: create Pie charts of Win condition userates.
  • Pillow
    • Version: 10.4.0
    • Description: Image editing and displaying.
  • python-dotenv
    • Version: 1.0.1
    • Description: To hide API Token

Installation

  1. Install Git (Windows)
    • Download the Git installer for windows.
    • Run the installer and follow the prompts. Ensure to select the option to add Git to your system PATH during installation.
  2. Run and Verify Git Installation
    git --version
  3. Navigate to the directory where you want to clone the respository:
    cd Desktop
  4. Clone the repository:
    git clone https://github.com/JustinT301/ClashRoyaleDeckChecker.git
  5. Navigate to the Cloned Repository:
    cd CRDDeckScouter
  6. Before running the code, ensure you have Python and Dependances installed:
    python --version
    If Python is not installed, it can be downloaded here
    pip install -r requirements.txt
  7. Run the Clash Royale Deck Checker code:
    python main.py

How to Use

  1. Run the script:
    python main.py

Credits

  • Developed by:
    • Justin Turbyfill
  • Date: October 5th, 2024

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages