From b9ba7fab7e14c82b80515e27bb5ed33da65b8645 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 18 Apr 2025 02:25:53 -0500 Subject: [PATCH] new: Added a README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d6f3a0 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Cambridge Core Merge + +This is a python script to merge books downloaded from Cambridge Core into a single PDF file. + +## Installation +```bash +uv tool install git+https://github.com/SinTan1729/cambridge-core-merge +``` + +## Usage +```bash +cambridge-core-merge [-h] -z ZIPFILE -n NAME [-c COVER] +``` +Available options: +```bash + -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.) +``` +