Skip to content

Hardware-Project-Group27/VirtualDrum_Server

 
 

Repository files navigation

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

About

Server for sound generation based on input from the ESP32 based Virtual Drum Gloves

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 68.8%
  • HTML 30.0%
  • Other 1.2%