Comick2pdf
This is a tool to download PDF mangas from comick.app
Install / Use
/learn @joao-vitor-souza/Comick2pdfREADME
How to use it
comick2pdf is a tool to download PDF versions of your desired mangas from comick.app. Setting up this tool is pretty easy. Supposing that you have Python downloaded on your machine, open a terminal window and type:
pip install Pillow, requests
After that, download or clone this repository with:
git clone https://github.com/joao-vitor-souza/comick2pdf
Open the file called env_paths.py and fill the 2 variables:
# Where the files you're going to download from the WEB will be stored.
DOWNLOAD_PATH = ""
# Where the PDF file will be stored.
OUTPUT_PATH = ""
"""
Example:
DOWNLOAD_PATH = "/home/joao/Downloads/"
OUTPUT_PATH = "/home/joao/Mangas/"
"""
Now, still on your terminal, move to the folder where you just downloaded/cloned the repository. You can use cd command for that. Inside the folder, enter:
python comick2pdf.py https://comick.app/comic/your-desired-manga pdf_name
Replace https://comick.app/comic/your-desired-manga with the URL of the manga you want. You can also give a name to the PDF file by replacing pdf_name; if no name is passed, then a default name is used. After that, a window in your browser will be opened and it'll download the manga images; you must place them in the same path as in the DOWNLOAD_PATH. After that, the script will take care of unzipping the images, building the PDF, moving it to the OUTPUT_PATH, and cleaning temporary files.
Example
Let's say you want a PDF version of Chainsaw Man Chapter 1. First, you'll need to define the paths, in my case, they are:
DOWNLOAD_PATH = "/home/joao/Downloads/"
OUTPUT_PATH = "/home/joao/Mangas/"
Now, open your terminal in the repository folder and type:
python comick2pdf.py https://comick.app/comic/chainsaw-man-digital-colored-comics/6pk0z-chapter-1-en CSM-Chapter-1

You'll be prompted with a download tab asking where you want to download the images; in my case, I'm going to download them to "/home/joao/Downloads/".
After some seconds the PDF will be created at "/home/joao/Mangas/":

Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
