Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isaackogan/lecturenotegenerator
- Owner: isaackogan
- Created: 2022-09-12T22:56:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T22:07:47.000Z (12 months ago)
- Last Synced: 2024-01-15T01:15:42.482Z (12 months ago)
- Language: Python
- Size: 273 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```