A simple utility to create a cbr file from a list of image files.
The script depends on miebach's lib-rar-python. There's a pull request that adds Python 3 compatibility. However, it is not yet accepted. If you want to use Python 3, there is a fork you can use.
usage: img2cbr.py [-h] [-f [format [format ...]]] [-o output] [-v] folder
Creates a .cbr file from a list of image files
positional arguments: folder the name of the directory
optional arguments: -h, --help show this help message and exit -f format [format ...], --formats format [format ...] The filetypes to process. png, jpg, jpeg by default -o output, --output output The output filename -v, --verbose