/pynoter

Convert powerpoint (pptx) files into raw text org or LaTeX files

Primary LanguagePythonMIT LicenseMIT

pynoter

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

Features

  • Create raw text org or Latex files from pptx presentations
  • Customize head and tail of document by changing JSON file

Dependencies

  • python 2.7

Installation

$ pip install pynoter

Contribute

Todo

  • Add text processing capabilities

License

The project is licensed under the MIT license.