/lobby-finder

Python utility to automatically accept League of Legends matches

Primary LanguagePython

About

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

Installation

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

Dependencies

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

How to use it

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'.

Program layout

Program layout

To build the app

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