https://github.com/ericjang/pptx-export-notes
Exports plaintext speaker notes from Microsoft Powerpoint .pptx files
https://github.com/ericjang/pptx-export-notes
Last synced: 11 months ago
JSON representation
Exports plaintext speaker notes from Microsoft Powerpoint .pptx files
- Host: GitHub
- URL: https://github.com/ericjang/pptx-export-notes
- Owner: ericjang
- Created: 2012-04-20T06:00:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T17:26:10.000Z (over 8 years ago)
- Last Synced: 2025-06-08T15:48:46.132Z (about 1 year ago)
- Language: Python
- Size: 122 KB
- Stars: 20
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
pptx-export-notes
v1
by Eric Jang
a simple script to extract the presenter notes from a .pptx file and export them into a single plaintext (.txt) file (for printing/rehearsing).
Usage:
pptx_export_speaker_notes.py -p /Users/Eric/Desktop/myppt.pptx
A .txt file containing all of the presenter notes will be exported to the same directory as the .pptx file.
This only works for .pptx files as they use Microsoft's OpenXML format (will not work for ppt files).