PythonImage2PDF
A simple Python script to convert multiple images into a single PDF-document. Created basically for only my own needs for converting math homework images into a pdf.
Usage:
> gh repo clone JGynther/PythonImage2PDF
> cd PythonImage2PDF
> python3 image2pdf.py
If missing PIL also run: > pip3 install pillow