Skip to content

skyler1ackerman/LoL_Loot_Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current Function

Currently, the

How to use

  1. Run the following
pip install lcu-driver
pip install psutil
pip install asyncio
pip install pillow
pip install tk
  1. Open the league of legends client
  2. Run the skinGetter.py file via python skinGetter.py. This will get all of the JSON files you need and store them in the data directory.
  3. Run the skinChecker.py file with python skinChecker.py to generate a csv file of all of the skins you have for champions you do not own. The league client does not need to be open for this step, since all the data is already stored in the JSON files. If you want to refresh the data, rerun the skinGetter.py file.
  4. Alternatively, just run python skinUI.py instead of step 4 to get a basic UI with all the information. Note that LUX is a placeholder for all the icons I don't have, because the champions are too new.

That's pretty much it, feel free to mess around with it. If you want any features, DM me or open an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages