Handy python tkinter desktop application to merge jpgs, pngs and pdfs into a single pdf file.
Executable for windows has been provided as gui_merger.exe
Exectables for linux are not supplied here but can be made using the PyInstaller package.
pip install PyInstaller
to install said package and
pyinstaller gui_merger.py --onefile --name NameOfYourChoice
to create the executable. Can also be run as a python program that launches the GUI.
python -m gui_merger.py