macoJ-J / League-Of-Inui

This tool will show you the bad match-ups on the graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

乾

League-Of-Inui

リーグオブレジェンドのサモナーネームと調べたいchampを入力すると自分のそのchampの戦績がグラフで表示されます。

If you enter the summoner name and the champion name you want to check, the results of your own champ will be displayed in a graph.

Demo

sample

Blue bar meaning "win",orange bar meaning "lose".
If you pick ADC or Support, then analyze both enemy champ in bot lane.

Requirement

matplotlib
request_oauthlib
config_of_inui.py(config file)

Usage

create config_of_inui.py

then input those.

config_of_inui.py
# -*- coding: utf-8 -*-  
  
API_KEY = "" #https://developer.riotgames.com  
ACCOUNT_NAME = "" #your account name  
SERVER_ID = "" # https://developer.riotgames.com/regional-endpoints.html  
LOCALE = " #input locale, such as ja_JP,en_US  

run league-of-inui.py

input your champion name what want to analyze.

Author

macoj

About

This tool will show you the bad match-ups on the graph.


Languages

Language:Python 100.0%