Skip to main content

A script to archive multiple comic book dir to .cbz format

Project description

ftcbz is a command line tool for archive multiple comic books to .cbz format.

This tool can process both directories or .rar & .cbr files to .cbz and remove the password too. (rar relate function require unrar)

Example

Example folders structure

ALLDIR - COMICDIR1 - VOLUME1
                   - VOLUME2
                   - VOLUME3
       - COMICDIR2 - VOLUME4
                   - VOLUME5

Each VOLUME could be a folder or a rar file.

When convert done, new structure look like.

ALLDIR - COMICDIR1 - VOLUME1
                   - VOLUME1.cbz
                   - VOLUME2
                   - VOLUME2.cbz
                   - VOLUME3
                   - VOLUME3.cbz
       - COMICDIR2 - VOLUME4
                   - VOLUME4.cbz
                   - VOLUME5
                   - VOLUME5.cbz

It can also remove the original VOLUME automatic if you want.

command

To convert above 5 “VOLUME” to .cbz, using the following commands…

ftcbz COMICDIR1 COMICDIR2

or

ftcbz --all ALLDIR

Install

Make sure your python >= 3.3, then…

pip3 install ftcbz

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ftcbz-2.0.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page