Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 230 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 230 Bytes

SoundboardWebsite

This website can play mp3 files stored in /static/sounds

How to run?

  1. Install python: https://www.python.org/downloads/
  2. Install Flask: pip install flask
  3. Start the app: python app.py