AzaleeX / pptxToRst

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%