If you want to troll your game then this may (or may not) help you.
This tool will randomly pick a champion for you to play and assign a random position.
git clone [https://github.com/78RainDrops/LoL_Random_Champion_and_Position_Picker.git]
cd <LoL_Random_Champion_and_Position_Picker>It’s recommended to use a virtual environment to keep dependencies isolated.
# Create a virtual environment (Linux/Mac)
python3 -m venv .venv
# Create a virtual environment (Windows)
python -m venv .venv
# Linux/Mac
source .venv/bin/activate
# Windows (PowerShell)
.venv\Scripts\Activatepip install -r requirements.txt
After setup, run the script:
python main.py
This will generate a random champion and a random position for you to play.
##🛑 Notes
-
The .venv folder (your virtual environment) is ignored in Git.
-
Make sure to always activate the virtual environment before running the script.
-
If you add new packages, update requirements.txt:
pip freeze > requirements.txt
##📜 License
Feel free to use, share, or modify. Just don’t blame me if your teammates flame you. 😅 Make sure to always activate the virtual environment before running the script.
If you add new packages, update requirements.txt: