Skip to content

coflyn/komikudl-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

komikudl-py 📑

Simple tool to save manga chapters from Komiku as PDF files.

Version Python License

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.


⚠️ Legal Disclaimer

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.


Key Features

  • 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.

Installation

  1. Clone & Setup Environment

    git clone https://github.com/coflyn/komikudl-py.git
    cd komikudl-py
    python3 -m venv venv
    source venv/bin/activate
  2. Install Dependencies

    pip install -r requirements.txt

Usage

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.

Supported Contents

  • Komiku.org Manga
  • Komiku Chapters

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Simple manga document archiver and downloader for Komiku.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages