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.
If your operating system is not listed here, good luck.
pyinstaller --onefile --noconsole ./AnnotateGenerator/app.py --name="Note Generator" --icon="./AnnotateGenerator/icon.png"