Skip to content

Setup Beatbars

Terminal window
git clone https://github.com/dmx3377/beatbars.git
cd beatbars
  1. Create a virtual environment (recommended)
python3 -m venv venv
source venv/bin/activate # Linux
venv\Scripts\activate # Windows
  1. Install dependencies pip install -r requirements.txt

Optional: If you want audio playback, make sure PyAudio is installed and working.