Skip to content

SaffatHasan/AutoQr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoQr lint Package Application with Pyinstaller

Features

  • Creates lobby
  • Accepts queue
  • Skips post-game lobby

!! Please ensure to disable closing client in background for best performance / compatibility !!

The purpose of this program is to streamline the flow between games. You'll no longer have to wait for buggy or unresponsive parts of the client to load as this script will programatically skip them.

This program takes the following actions:

  1. Create a lobby
  2. Start queue
  3. Wait for champion selection and the game to end...
  4. Honor a random player in post-game
  5. Hit play again
  6. Repeat!

Requirements

  • Python3

Setup (running from source)

  1. Install python
  2. Install dependencies pip install -r src/requirements.txt

Build

See Build.md

Usage

  1. Login to league of legends
  2. python3 src/main.py

Releases

https://github.com/SaffatHasan/AutoQr/releases

Note: I don't know how to sign executables. You may get a warning. Please be careful when running arbitrary executable files from the internet.

Reference

Credits

This project is heavily inspired from directx's auto-lock script.

For a more complete and larger scoped application, check out KebsCS/KBotExt.