/kpfgen

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

kpfgen

Convert EPUB to KPF.

Dependencies

Python dependencies are in the pyproject.toml file.

Install from source

$ 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

License

This work is licensed under GPL version 3 or later.