Skip to content

SivWatt/LOL_report_tool

Repository files navigation

LOL Report Tool

version Build Status
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. 繁體中文版

Download

Go to Release page and download LeagueReport.zip.

Usage

Run League.exe as administrator and the GUI will show.
GUI

  • 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

Supported Modes

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.

Supports

  • ARAM
  • Nexus Blitz

Troubleshooting

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.

Development

If you encounter any problem, feel free to let me know via creating issues.