9d77f54bfeae5b5e9c484fe32e12a8fedbd8fd6d
dependencies
make python VENV
python -m venv venv
activate VENV
source venv/bin/activate
install dependencies
pip install evdev websockets
run the script (inside VENV)
python input.py
Important note for wayland.
make sure to change your input access rules.
sudo usermod -aG input $USER
then reboot for this to take effect.
Node backend dependencies
npm install
Description
Languages
HTML
57.5%
Python
18.4%
JavaScript
17.4%
CSS
6.7%