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.
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 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
- Add text processing capabilities
The project is licensed under the MIT license.