/comics2pdf

A script to convert comic files (cbr, cbz) to pdf, in python3.

Primary LanguagePython

comics2pdf

A command-line tool to convert comic files (cbr, cbz) to pdf, in python3. Works in Windows. Linux not tested.

install

download the repo and run the command:
python setup.py develop

Usage

go the directory of the file(s) and run the command:
c2p

It's a good idea to rename (before running the script) the .cbr/.cbz files that have names like "01.cbz" to "Comic Name 01.cbz", as the output .pdf will get its name from the input comic file.

## Built With
  • [Python 3]

Authors and Acknowledgments

* **MComas1** * **theunderdog** Based on a python script by **bransorem** (https://github.com/bransorem/comic2pdf).