A simple tool that adds a new page after every existing page in a given PDF that just contains lines. Very useful for printing out lecture slides with space to add your own notes.
pip install -r requirements.txt
python slidelines.py <<path to the pdf>>
To find out about the various command line options run
python slidelines.py -h