A simple python GUI-based program to merge PDF files easily.
python 3.5or highertkinterfor pythonPyPDF2(pip install pypdf2)
- Choose at least two PDF files that should be merged together.
- Select an output file path.
- Press
Merge PDFsto merge the selected files.

So far, it is not yet possible to merge more than two PDFs together. The plus button is doing nothing yet.
To run the program, just type python PDFMerger.py on a command line where the python file is located.
The MIT License (MIT)
Copyright © 2021 Eliah Vogel