Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 309 Bytes

File metadata and controls

13 lines (10 loc) · 309 Bytes

PDF Merger

Simple GUI tool to merge front and back PDFs from single-sided scans.

Installation

  1. Install Python 3.x
  2. Install requirements: pip install -r requirements.txt
  3. Run: python pdf_merger_gui.py

Build Executable

pyinstaller --onefile --name "PDF Merger" pdf_merger_gui.py