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)