This is the python version of my League of Legends Java App. It allows users to access data on their League of Legends account without logging into the main client. Using the info gathered from the Riot API, visual graphs are created to make the data easier to comprehend.
- Login system
- Look at recent match History
- Search for other users in varying regions
- Calculates MMR
- Python 3.0+
- Tkinter
- MMR calculations only work if recent match is a rank game.
- User search is case sensitive.
All source code in this app is released under the MIT license. See LICENSE for details.