Profile

yifferdownloader

← Back to repositories | View on GitHub

downloads an entire comic from yiffer.xyz.

Python 0 0 Updated: 2/22/2026

README

Yiffer.xyz Comic Downloader

How to Use:

  1. Install Python 3.x

  2. Install required packages: pip install -r requirements.txt

  3. To use the GUI, simply run: python main.py

  4. To use the command line interface (CLI), run: python main.py

  5. In GUI, enter the comic URL and optional folder name, then click Start Download.

  6. In CLI, the images will download to a folder automatically named from the comic title.

Downloaded images are numbered 001.jpg, 002.jpg, etc.

Root