A simple Python CLI tool to merge all PDF files in a directory into a single document.
- Automatic Discovery: Scans a directory for all
.pdffiles. - Alphapetical Sorting: Merges files in alphabetical order (e.g.
Chapter_01.pdf,Chapter_02.pdf).
To install the project locally:
pip install .