Skip to content

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

License

Notifications You must be signed in to change notification settings

maxrousseau/pynoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published