Simple tool to save manga chapters from Komiku as PDF files.
komikudl-py is a CLI tool that helps you download manga from Komiku. It can grab single chapters or an entire series and organize them into high-quality PDF files.
This tool is intended for personal archival of content you already have legal access to. Please respect the authors and the original platform. The developers are not responsible for any misuse of this tool.
- Auto-Detect: Automatically finds and lists all chapters from a series link.
- Join PDF: Automatically converts each manga chapter into a clean PDF.
- Pick Mode: Easily choose between the latest chapters or downloading everything.
- Clean Scrape: Skips ads and unrelated images to ensure a clean read.
-
Clone & Setup Environment
git clone https://github.com/coflyn/komikudl-py.git cd komikudl-py python3 -m venv venv source venv/bin/activate
-
Install Dependencies
pip install -r requirements.txt
Simply run the script with the link to a series or a specific chapter:
python main.py "KOMIKU_URL"Options:
You can set defaults in config.ini or override them with these flags:
-o, --output: Custom directory for the downloads.--all: Automatically download all chapters without asking.--keep-images: Keep the raw images alongside the PDF.
- Komiku.org Manga
- Komiku Chapters
This project is licensed under the MIT License. See the LICENSE file for details.