A python script to merge books downloaded from Cambridge Core into a single PDF file.
Find a file
2025-04-18 12:11:55 -05:00
.gitignore new: Added a gitignore file 2025-04-18 02:17:59 -05:00
cambridge_core_merge.py new: Added code comments 2025-04-18 12:11:55 -05:00
LICENSE docs: Added LICENSE 2025-04-18 02:16:42 -05:00
pyproject.toml chg: Just added a dot 2025-04-18 02:26:25 -05:00
README.md docs: Added a link to the base repo 2025-04-18 02:31:52 -05:00
uv.lock new: Initial working version 2025-04-18 02:17:36 -05:00

Cambridge Core Merge

This is a python script to merge books downloaded from Cambridge Core into a single PDF file.

Installation

uv tool install git+https://github.com/SinTan1729/cambridge-core-merge

Usage

cambridge-core-merge [-h] -z ZIPFILE -n NAME [-c COVER]

Available options:

  -h, --help            show this help message and exit
  -z, --zipfile ZIPFILE
                        The path of the zip file obtained from Cambridge Core.
  -n, --name NAME       The path of the final PDF file.
  -c, --cover COVER     The path of the cover file. (Must be JPG.)

Link to the base repo.