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.
- Host: GitHub
- URL: https://github.com/azaleex/pptxtorst
- Owner: AzaleeX
- Created: 2024-03-13T18:46:45.000Z (over 2 years ago)
- Default Branch: stable
- Last Pushed: 2024-03-13T18:52:42.000Z (over 2 years ago)
- Last Synced: 2025-11-23T01:03:44.369Z (7 months ago)
- Language: Python
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```