mangainfo 0.1.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

mangainfo 0.1.1

mangainfo










Table Of Contents

About
Installation
Docs
License

About
mangainfo is both a library and CLI tool to generate mediainfo for manga archives. This relies on archivefile for reading the archives and pymediainfo for generating the mediainfo.
Installation
mangainfo is available on PyPI, so you can simply use pip to install it.
pip install mangainfo

Usage
As a library:
from mangainfo import MangaParser

archive = "~/Blue Box (Digital) (1r0n)/Blue Box v06 (2023) (Digital) (1r0n).cbz"

manga = MangaParser(archive).partial_scan()

for page in manga.pages:
print(page.resolution)

As a CLI:
❯ mangainfo --help
usage: mangainfo [-h] [--full] path

Generate mediainfo-esque text from a manga archive.

positional arguments:
path Path to a manga archive.

options:
-h, --help show this help message and exit
--full Scan every page. More accurate data but far slower.

Refer to the API reference for more details.
Docs
Checkout the complete documentation here.
License
Distributed under the Unlicense License. See UNLICENSE for more information.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.