An open API service indexing awesome lists of open source software.

https://github.com/azaleex/pptxtorst

This is a converter from .pptx (PowerPoint) files to .rst (reStructuredText) implemented in Python.
https://github.com/azaleex/pptxtorst

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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:
```bash
pip install python-pptx
pip install python-docx
```
3. Install Pandoc from (https://pandoc.org/installing.html).

4. Run the Python script:
```python
python pptxToRst.py
```