Convert cbz to pdf

broken image
broken image
broken image

To run Black and lint the code, use: $ make lint This project makes use of the Black python code formatter which automatically reformats code. To enter the virtual environment: # Windows You may also run the script directly, but note that the dependencies are installed into the virtual environment. To test changes to your script, you can install a development version which links to your source code: $ python setup.py developĪnd this can be uninstalled with $ python setup.py develop -uninstall CBR to PDF converter application programs are very useful to convert the CBR and CBZ files to PDF presentations that can be read on multiple devices like computers, smartphones, tablets and e-book readers. 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.

broken image
broken image

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.