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.”Installation
Section titled “Installation”1. Clone the repository
Section titled “1. Clone the repository”git clone https://github.com/dmx3377/beatbars.gitcd beatbars- Create a virtual environment (recommended)
python3 -m venv venvsource venv/bin/activate # Linuxvenv\Scripts\activate # Windows- Install dependencies
pip install -r requirements.txt
Optional: If you want audio playback, make sure PyAudio is installed and working.