rst2pptx

A docutils writer and script for converting reStructuredText to the PowerPoint format


Keywords
presentation, docutils, rst, restructuredtext, powerpoint, pptx
License
MIT
Install
pip install rst2pptx==0.3

Documentation

rst2pptx

Build status

Converts reStructuredText to PowerPoint.

Installation

From pip:

$ pip install --upgrade rst2pptx

Example

$ rst2pptx input.rst output.pptx

Input:

Example slide
=============

- Some bulleted text
- More text

Output:

https://raw.githubusercontent.com/myint/rst2pptx/master/examples/output.png

Warning

This tool is in a very early experimental phase. Also, if you don't specifically need to output PowerPoint, rst2beamer, which generates PDF presentations, is a better choice.