Desktop app to merge multiple PDFs into one single PDF, with option to reorder the files. Files will be ordered according to top-down.
This is a quick Python app using Python, PyQt, and PyPDF to support merging PDF files on desktop into one singular PDF file. It was built out of frustration of having paid for online service and with long-term personal use in mind.
- Supports click and/ or drag-and-drop selection of files.
- Simple, clean layout for convenience and quick usage.
- Python
- PyQt5
- PyPDF2
- Virtual environment venv
- Clone the repo
git clone https://github.com/tramanhvong/dinosaur_amplify.git cd dinosaur_amplify - Create venv
python -m venv venv venv/Scripts/activate
- Install dependencies
pip install -r requirements.txt - Run app locally
python pdf_merger.py
This project is yet to be deployed.
Contributions are welcome — open an issue or submit a pull request. Keep changes focused and add notes in the PR about what you changed and why.
This project is licensed under the MIT-0 License. See the LICENSE file for details.