Skip to content

Setup Beatbars

NOTE: beatbars is a project in development and is not released yet, so the code here will not work. Please check back for future updates.

Section titled “NOTE: beatbars is a project in development and is not released yet, so the code here will not work. Please check back for future updates.”
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.