An open API service indexing awesome lists of open source software.

https://github.com/maxrousseau/pynoter

Convert powerpoint (pptx) files into raw text org or LaTeX files
https://github.com/maxrousseau/pynoter

latex-files markdown org pptx productivity

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

pynoter
=======
[![PyPI license](https://img.shields.io/pypi/l/pynoter.svg)](https://pypi.org/project/pynoter/)
[![PyPI version fury.io](https://badge.fury.io/py/pynoter.svg)](https://pypi.org/project/pynoter/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pynoter.svg)](https://pypi.org/project/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:
```shell
$ py-noter -p pptx\_file -t new\_file\_name -ft org
```

or for a LaTeX document:
```shell
$ 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
------------
```shell
$ pip install pynoter
```
Contribute
----------

- Issue Tracker:
- Source Code:

Todo
----

- [ ] Fix text spacing issue
- [x] Add markdown conversion
- [ ] Add text processing capabilities
- [ ] Add a progress bar

License
-------

The project is licensed under the MIT license.