This app enables you to convert powerpoint presentations (.pptx) into raw text latex (.tex) or org (.org) files for easy editing and note-taking to produce nice documents.
Usage:
Simply enter the following commands in your terminal:
$ py-noter -p pptx\_file -t new\_file\_name -ft org
or for a LaTeX document:
$ py-noter -p pptx\_file -t new\_file\_name -ft latex
- Create raw text org or Latex files from pptx presentations
- Customize head, body and tail of document by changing JSON file
- python 2.7
$ pip install pynoter
- Issue Tracker: https://github.com/maxrousseau/pynoter/issues
- Source Code: https://github.com/maxrousseau/pynoter
- Fix text spacing issue
- Add markdown conversion
- Add text processing capabilities
- Add a progress bar
The project is licensed under the MIT license.