Sightless123 / LoL-Announcer

Non-invasive way to have a custom announcer for League of Legends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoL Announcer

Non-invasive (using official game API) way to have a custom announcer for League of Legends. This was created as a code learning project. Feel free to fork it or create issues. Map your sounds according to game_sounds.py.

How to install

Create new virtual environment

py -m venv venv

Activate venv

venv\Scripts\activate

Install dependencies

pip install -r src\requirements.txt

How to run

py src\lol.py

About

Non-invasive way to have a custom announcer for League of Legends

License:MIT License


Languages

Language:Python 100.0%