Python utility to automatically accept League of Legends matches. Useful when you want to go for a glass of water while on queue 😉
lobby_finder_demo.mp4
If you just want to go ahead and use it, feel free to download the lobby_finder.exe
and jump right into how to use it. If you will like to inspect the code then go to dependencies section first.
Languages supported:
- English.
- Spanish
You need Python 3.x.x
Then you need to download the repository and then update the dependencies
git clone https://github.com/Santti4go/lobby-finder.git
pip install -r requirements.txt
Just launch the program while League of Legends is looking for a game and press the 'Search for lobby' button.
Leave the game in foreground and once a match is found, the program will accept it.
If you want to stop the program before a game has been found, press 'Stop searching lobby'.
This is only necessary if you want to generate an .exe
file.
The easiest way to build the entire app into a single executable is using pyinstaller
.
pyinstaller --add-data 'assets;assets' lobby_finder.py --onefile -y