Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
/ simplesoundboard Public archive

A (very) simple soundboard server to be run on an HTPC with a web interface

Notifications You must be signed in to change notification settings

nbonfire/simplesoundboard

Repository files navigation

simplesoundboard

A simple soundboard server to be run on an HTPC with a web interface. Getting to be not-so-simple now that we've added midi input, tags, user logins, and entrance music.

Requires: pygame, plus use pip to install packages from requirements.txt

  1. Create a virtualenv called flask

virtualenv flask

  1. use that to install the contents of requirements.txt with pip (source flask\bin\activate;pip install -r requirements.txt)

  2. install pygame into the flask folder

  3. init the DB

dbcontrol.py db init

dbcontrol.py db migrate

dbcontrol.py db upgrade

About

A (very) simple soundboard server to be run on an HTPC with a web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages