KCC Comic Converter Application

KCC or Kindle Comic Converter is a free and open source e-book creator application for Linux, Windows and MacOS. Using KCC you can convert your comic/manga files (PNG, JPG, GIF, CBZ, CBR and CB7 files) into EPUB or CBZ or MOBI format e-books. It supports many E-Ink displays and E-Reader devices. It is written in Python and released under ISC License.

KCC Comic Converter

Download KCC [Windows,Linux,MacOS]

How to Install KCC on Ubuntu Linux

KCC is available as a flatpak and portable AppImage file format. If you don’t have then install flatpak and flathub on your system and restart it after the installation.

After that open the terminal app (ctrl+alt+t) and run below KCC flatpak install command.

flatpak install flathub io.github.ciromattia.kcc

And open the Kindle Comic Converter using below flatpak command.

flatpak run io.github.ciromattia.kcc

And uninstall it using below command.

sudo flatpak uninstall io.github.ciromattia.kcc

Install KCC via AppImage:

Download the latest version of KCC in .AppImage file format and save it on your Downloads folder. In the terminal app run below commands.

cd Downloads
sudo chmod +x ~ kindleComicConverter-latest-x86_64.AppImage
./kindleComicConverter-latest-x86_64.AppImage

Here “kindleComicConverter-latest-x86_64.AppImage” is the downloaded file name.
That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  How to View World Map in Terminal Using MapSCII

Leave a Reply