/LectureNoteGenerator

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

Primary LanguagePython

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

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

Preview

Preview

Generating Executables

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