2023-02-06 10:42:08 +01:00
2023-02-06 10:42:08 +01:00
2023-02-06 10:42:08 +01:00
2023-02-06 10:42:08 +01:00
2023-02-06 10:42:08 +01:00
2023-02-06 10:42:08 +01:00
2023-02-06 10:39:52 +01:00
2023-02-06 10:42:08 +01:00
2023-02-06 10:42:08 +01:00
2023-02-06 10:42:08 +01:00

pydvdfab

License: GPL v3

Python library to create a cbz file with metadata.

Usage

Basic Usage

>>> import os
>>> from pycbzhelper import Helper
>>> metadata = {
>>>     "Title": "T1 - Arrête de me chauffer, Nagatoro",
>>>     "Series": "Arrête de me chauffer, Nagatoro",
>>>     "Number": "1",
>>>     "Count": 8,
>>>     "Volume": 1
>>>     ...
>>> }
>>> ...
>>> helper = Helper(metadata)
>>> helper.save_cbz(
...     path=os.path.join("eBooks", "Arrête de me chauffer, Nagatoro"),
...     file="T1 - Arrête de me chauffer, Nagatoro",
...     clear=False,
...     replace=True
... )

Installation

To install, you can either clone the repository and run python setup.py install

About

  • Graphical metadata editing software here
  • Standard ComicInfo file structure information here
  • New version of ComicInfo file structure here
S
Description
CBZ simplifies creating, managing, and viewing comic book files in CBZ, CBR, and PDF formats, offering seamless packaging, metadata handling and built-in viewing capabilities.
Readme MIT
34 MiB
Languages
Python 100%