Skip to content

A python simple code but over complicate code that will pick a champion and a position you will play, the choice is random so you may get a support champion play mid or jungle HEHEHEHE

Notifications You must be signed in to change notification settings

78RainDrops/LoL_Random_Champion_and_Position_Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoL Random Champion and Position Picker

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.


📦 Setup Instructions

1. Clone the Repository

git clone [https://github.com/78RainDrops/LoL_Random_Champion_and_Position_Picker.git]
cd <LoL_Random_Champion_and_Position_Picker>

2. Create a Virtual Environment

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

3. Activate the Virtual Environment

# Linux/Mac
source .venv/bin/activate

# Windows (PowerShell)
.venv\Scripts\Activate

4. Install Dependencies

pip install -r requirements.txt

▶️ How to Run

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:

About

A python simple code but over complicate code that will pick a champion and a position you will play, the choice is random so you may get a support champion play mid or jungle HEHEHEHE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages