WeakPoint is a static slideshow generator.
- Use Markdown to write your slides
- Display your slides in Web browser
- NOT a powerful slideshow authering tool
- NOT WYSIWYG
WeakPoint: Weak is more powerful
The recommended way to install WeakPoint is to use pip:
$ pip install weakpoint
Create a template:
$ weakpoint init ~/my-file
The default theme is "light" and you can specify it with "-t" option:
$ weakpoint init ~/my-file -t dark
Generate the slideshow:
$ weakpoint gen
Michael Tiller