Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isaackogan/lecturenotegenerator

Note generator to convert PowerPoint PDFs to lined/graph/blank paper for note-taking
https://github.com/isaackogan/lecturenotegenerator

Last synced: 2 days ago
JSON representation

Note generator to convert PowerPoint PDFs to lined/graph/blank paper for note-taking

Awesome Lists containing this project

README

        

Lecture Note Generator
========================
Note generator for the purpose of converting lecture slide PDFs to lined/grid/blank paper with space next to the slides to write your notes.

## Downloads

- [Windows Executable (.exe)](bin/Note%20Generator.exe)
- [MacOS App (.app.zip)](bin/Note%20Generator.app.zip)

If your operating system is not listed here, good luck.

## Preview

![Preview](https://i.imgur.com/30byrUX.png/)

## Generating Executables

```bash
pyinstaller --onefile --noconsole ./AnnotateGenerator/app.py --name="Note Generator" --icon="./AnnotateGenerator/icon.png"
```