This is a Flask-based webapp for creating minimal slides defined in Markdown and serving them immediately.
The slides are rendered in javascript using the slide-html project by gh user trikita.
The module is a python executable:
python -m slides
You can then run the app by opening localhost:5000
in your browser.
The only dependency is Flask
This is published under the MIT licence, feel free to use it.