PyQT5 + pygame app for visualizing gamepad inputs
gamepad-viz.mp4
To run the program, you can use the following commands:
# start the environment
source env/bin/activate
# run the visualizer
python gamepad_visualizer.py
Create a virtual environment, and install the required packages:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt