/pptxToRst

This is a converter from .pptx (PowerPoint) files to .rst (reStructuredText) implemented in Python.

Primary LanguagePython

PowerPoint to reStructuredText Converter

This converter allows you to convert PowerPoint (.pptx) files to reStructuredText (.rst) format. Follow these steps to use it:

  1. Install the required Python packages:

    • Ensure you have the required Python packages installed. You can install them using pip:
    pip install python-pptx
    pip install python-docx
  2. Install Pandoc from (https://pandoc.org/installing.html).

  3. Run the Python script:

    python pptxToRst.py