woot-overlay, a key-overlay for wooting keyboards
- Download and install Wootility
- Head over to Releases and download the latest windows.zip
- Edit the top line of the
settings.iniif you want to adjust your keybinds (x and z are the default) - Extract the zip and run the .exe
- Install python3 if you haven't already
- Install matplotlib (install with
python -m pip install -U matplotlib) - Clone the GitHub repository
- Follow these instructions to set up the necessary udev rules required for the Wooting SDK
- Follow these instructions to install the Wooting SDK
- Edit the top line of the
settings.iniif you want to adjust your keybinds (x and z are the default) - Run the
main.pyfile
woot-overlay can be built with pyinstaller:
pyinstaller --noconfirm --onefile --windowed "D:\EIGENE DATEIEN\wooting\woot-overlay\main.py"
