Convert EPUB to KPF.
Python dependencies are in the pyproject.toml
file.
$ git clone https://github.com/xxyzz/kpfgen.git
$ cd kpfgen
$ python -m venv .venv
$ source .venv/bin/activate
$ python -m pip install .
$ kpfgen epub_path
This work is licensed under GPL version 3 or later.