Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iholston committed Nov 16, 2023
2 parents 57f7779 + f01ac3f commit 5366d8d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,20 @@

</p>

## Welcome to Heimerdinger
Heimerdinger is a simple background task that will always Auto Accept your League of Legends game, allowing you to use your Queue time however you like! It does not use your mouse or keyboard and will work even if League of Legends is minimized or in the background (works for TFT as well).

## Download
Download the [latest release]()

## Development
- Install [Python](https://www.python.org/downloads/)
- Clone or download the repo
- ```pip install -r requirements.txt```

## Packaging to .exe
- ```pip install pyinstaller```
- ```pyinstaller --onefile --noconsole main.py```

## Disclaimer
Heimerdinger isn’t endorsed by Riot Games and doesn’t reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.
This program isn’t endorsed by Riot Games and doesn’t reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.

0 comments on commit 5366d8d

Please sign in to comment.