Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 765 Bytes

File metadata and controls

12 lines (11 loc) · 765 Bytes

LoL RuneChanger

Automatic League of Legends rune changer

Setup:

  • Download Zip file.
  • Extract zip file contents.
  • Download Python.
  • Download Geckodriver. (On windows place exe file with other file contents) on mac I suggest using brew and running "brew install geckodriver")
  • Navigate to file content in cmd/terminal. (type cd in console, drag & drop folder -> enter)
  • (Next two steps might need you to use "pip3", "python3" or "py3")
  • run "pip install -r requirements.txt"
  • run "python main.py" or "py main.py" (This is the only step when using this again in the future)