Skip to content

WaiZ0/LoL_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Script that allows to disenchant all current owned champions shards.

Composed of 1 python script (disenchantChampShards.py) or the executable version in the dist/ folder.

It can be used as it is after downloading it specifying the Lol folder path, or you can move it in your League of Legends game folder to avoid providing the path argument.

Usage

Powershell

.\dist\disenchantChampShards.exe

Python

python disenchantChampShards.py

# If specific path
python disenchantChampShards.py --path 'Y:\\Riot Games\\League of Legends'

Python to exe

pyinstaller.exe --onefile .\disenchantChampShards.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages