Control League of Legends with your voice.
- pip is usually located in
C:\PythonX.X\Scripts\pip.exe
. - Spoonfeed version: open CMD and type following (for python 2.7.9 or higher)
C:\Python2.7\Scripts\pip.exe install [target]
- If pip does not exist, install it.
pip install --upgrade pip setuptools wheel
- Install with pip.
pip install --upgrade pocketsphinx
- Install with pip.
pip install pyaudio
- You need PyInstaller to build the app into
.exe
. Install it withpip install pyinstaller
- You should now have
pyinstaller.exe
inC:\Python2.7\Scripts\
.
- You can build a standalone executable file using the following command
pyinstaller.exe --onefile LeagueVoice.py
- The file can be found in
\dist\LeagueVoice.exe
- Run the game.
- Run LeagueVoice.
- Say some commands.
- Enjoy!
- Command list
[command:key]
:[one:q, two:w, three:e, four:r, five:d, ignite:f]
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
- Pocketsphinx developers
- Stackoverflow
- Me
MIT aka do whatever u want.