Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.16 KB

File metadata and controls

47 lines (31 loc) · 1.16 KB

Prezentprogramo

Prezentprogramo is a tool to make impress.js presentations from reStructuredText. For a quick explanation, see one of my slides or check list of them https://yoosofan.github.io/slide/

Based on Hovercraft!

Installation

pip3 install prezentprogramo

More on installation on install

Usage

cd prezentprogramo/docs/examples/
prezentprogramo cpu.rst

It will automatically open browser if it is possible.

If the browser did not open then run your browser and type the following link in your browser.

http://127.0.0.1:8000

Prezentprogramo creates a directory by the name of slide if it is possible. However, it is possible to create a seperate directory too.

For Example you can use my computer courses slide to test it

cd projects/slide/os
prezentprogramo cpu.rst cpu_htmls/

Convert to pdf

prezentprogramo cpu.rst --pdf cpu.pdf