Virtual Drum Server Uses PyGame to play sounds, Websocket to connect to ESP32, eel for UI Development Setup virtual environment FOllow the instructions here python -m venv venv Activate the virtual environment source venv/bin/activate Install dependencies pip install -r requirements.txt Build Tailwind cd web npm i npm build Run the server python main.py Build the executable pyinstaller main.spec