To setup the virtual environment and install dependencies: $ make init $ python comic2pdf.py -o /dest/folder file.cbrĭevelopment is aided by a Makefile which uses a virtual environment. You can use the package without installing it, simply install dependencies and run the comic2pdf.py script. Development dependencies are listed in requirements.txt. Production dependencies are listed in setup.py. to process all files in a folder (will ignore any file extensions except.
version show program's version number and exitĮ.g. h, -help show this help message and exit The output files will be named the same as the input files but with a. The comic2pdf command should be globally available, pass as arguments the path(s) to the cbr / cbz files and optionally specify an output folder. A script to convert comic files (cbr, cbz) to pdf, in python3.