CLI to fetch manga chapters and export one PDF per chapter (Kindle-friendly).
Project description
Manga Chapter → PDF (CLI)
Fetch chapter images from supported sites and export one PDF per chapter.
Per-title folders, restart points, and batch limits.
Features
- Per-chapter PDFs:
Title_ch123.pdf - Output under
downloads/<Title_Slug>/ - Restart chapter via
mangas.json(start_at) - Mangapill adapter (extensible), simple scraper pipeline
- Batch mode with chapter limit and optional image cleanup
Quick start
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt # or: pip install requests beautifulsoup4 Pillow
# Edit mangas.json (title → url, selectors, start_at)
python quick_dl.py 'Berserk' 3 # grab 3 chapters from your restart
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tachibind-0.1.0.tar.gz
(9.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tachibind-0.1.0.tar.gz.
File metadata
- Download URL: tachibind-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
740f3087d2329c40cc4ecb0809fb0dbe6546e094adaf4014a8e9b0577cebae2b
|
|
| MD5 |
ba7b3140e2cbce0c8e60bbad2005f0bb
|
|
| BLAKE2b-256 |
1411a1549f6766ca9dbd1cd07b34b487188fc25a8533205877daaf05c5738a42
|
File details
Details for the file tachibind-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tachibind-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2678a5b5bc2d392566cdee82152798506c919d3a42ec67bac45dc0f165a24461
|
|
| MD5 |
08be232ee5fcf1eeda324608129e46e8
|
|
| BLAKE2b-256 |
dc563e251f3cc4d91e4906e08cdd5096d79ae50be63e0f772054842d5ecd13d0
|