/pynoter

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

Primary LanguagePythonMIT LicenseMIT

pynoter

PyPI license PyPI version fury.io PyPI pyversions

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, body and tail of document by changing JSON file

Dependencies

  • python 2.7

Installation

$ pip install pynoter

Contribute

Todo

  • Fix text spacing issue
  • Add markdown conversion
  • Add text processing capabilities
  • Add a progress bar

License

The project is licensed under the MIT license.