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.
- 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
- 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
- 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.
- Run and Verify Git Installation
git --version
- Navigate to the directory where you want to clone the respository:
cd Desktop
- Clone the repository:
git clone https://github.com/JustinT301/ClashRoyaleDeckChecker.git
- Navigate to the Cloned Repository:
cd CRDDeckScouter
- Before running the code, ensure you have Python and Dependances installed:
If Python is not installed, it can be downloaded here
python --version
pip install -r requirements.txt
- Run the Clash Royale Deck Checker code:
python main.py
- Run the script:
python main.py
- Developed by:
- Justin Turbyfill
- Date: October 5th, 2024