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
- Host: GitHub
- URL: https://github.com/maxrousseau/pynoter
- Owner: maxrousseau
- License: mit
- Created: 2018-02-25T23:38:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T17:24:16.000Z (almost 8 years ago)
- Last Synced: 2025-09-20T14:38:11.007Z (9 months ago)
- Topics: latex-files, markdown, org, pptx, productivity
- Language: Python
- Size: 184 KB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pynoter
=======
[](https://pypi.org/project/pynoter/)
[](https://pypi.org/project/pynoter/)
[](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.