ACBF-Advanced-Comic-Book-Format / ACBF-Editor

Editor for comic books in ACBF format written using GTK toolkit
GNU General Public License v3.0
0 stars 1 forks source link

ACBF-Editor

Editor for comic books in ACBF format written using GTK4 toolkit (WIP)

Installtion (via pip)

It's recommended to create a new python environment via python -m venv venv or similar method.

A GTK4.10+ environment is required, see PyGObject for installation on your OS.

Currently kumiko is used for panel detection but has no PyPi upload. You'll need to git clone kumiko into the src directory.

pip install .

python src/acbfe.py

Development

pip install .[dev] to install the development dependencies.

pre-commit run -a for formatting and linting.