xxyzz / kpfgen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%