cbz merge tool
Project description
cbzm
cbz merge - merge comic archives
installation
it is assumed you have python>=3.11 with pip installed
pip install cbzm
use
cbzm 1.cbz 2.cbz out.cbz
1.cbz
, 2.cbz
etc get merged into a new archive on the last positional
argument, out.cbz
Option | Description |
---|---|
--compress {store,deflate,bzip2,lzma} |
compression method to use for the output archive (default: store) |
--slice SLICE |
python slice expression for pages to pick from each archive, for example :-1 to remove the last page |
-y |
overwrite output file |
--help |
show command usage |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cbzm-0.0.1.tar.gz
(4.4 kB
view hashes)
Built Distribution
cbzm-0.0.1-py3-none-any.whl
(5.0 kB
view hashes)