This tool automatically reports players after a game at statistic window in League of Legends.
It is written in Python 3.7, and pyautogui does most of the work.
Currently, it works well in Taiwan client, not sure if it works in clients with other languages.
Here is Traditional Chinese version of README. 繁體中文版
Go to Release page and download LeagueReport.zip.
Run League.exe
as administrator and the GUI will show.
- Press
TEAM
to report ALL of the players in your team - Press
ENEMY
to report ALL of the players in opponent team - Press
ALL
to report literally all players except yourself
The report message is copied from reportText.txt
.
User can modify the content to whatever he wants to meet his need.
Note that modifying reportText.txt
takes effect after next time you restart League.exe
Currently, this tool recognizes game mode image on the upper-left corner of League of Legend Client window.
If the game mode image is not included, it won't start reporting players.
- ARAM
- Nexus Blitz
Most of the problems users come into are about images recognizing.
You can take a look at debuglog.log
to see which image the tool mismatches.
And for image issues, it can simply be fixed by replacing image with screenshoted one by user himself/herself.
If you encounter any problem, feel free to let me know via creating issues.