Converts multiple images into a single PDF using Python
Download Python version 3 and PIP
Install the program requirements by opening the command prompt on the folder with the files:
python -m pip install -r requirements.txt
Then, you can execute the program with
py image_to_PDF.py
And you are ready to go!