A simple web interface for recording narration for markdown-based textbooks, like the Python Bakery.
Uses Bottle for the web server.
- Clone the repository
- Install the requirements with
pip install -r requirements.txt - Run the server with
python main.py - Open the web interface at
http://localhost:8080 - Start recording!
In order to record a dub, you will need to have converted your original markdown files into Dubs using the Bake-Mark tool. This will create a dubs.json file.