Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 851 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 851 Bytes

AutoAccept

What is AutoAccept?

AutoAccept is a Python script that enables players of the popular online game "League of Legends" to streamline their experience by automating the process of accepting the game's queue. This script accomplishes its task by mimicking the actions of a player and simulating a user click on the "accept" button when a match is found.

Using another Language?

Then you need to replace the link 'https://i.ibb.co/VxPb70F/acceptbuttonlol.png' with an image of the acceptbutton in your language!

Commands to install all the needed Packages!

pip install pyautogui -> https://pypi.org/project/PyAutoGUI/

pip install psutil -> https://pypi.org/project/psutil/

pip install Pillow -> https://pypi.org/project/Pillow/

pip install requests -> https://pypi.org/project/requests/

(this should be all Packages you need!)