Metadata-Version: 2.4
Name: manga-grabber
Version: 0.4.0
Summary: A simple manga/ranobe downloader written in Python
License-Expression: MIT
License-File: LICENSE
Author: qwertyadrian
Author-email: me@qwertyadrian.ru
Requires-Python: >=3.10
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Framework :: aiohttp
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiohttp
Requires-Dist: beautifulsoup4
Requires-Dist: click
Requires-Dist: ebooklib
Requires-Dist: fonttools
Requires-Dist: fpdf2
Requires-Dist: natsort
Requires-Dist: pillow
Description-Content-Type: text/markdown

# manga-grabber

[![Codecov](https://img.shields.io/codecov/c/github/qwertyadrian/manga-grabber)](https://app.codecov.io/github/qwertyadrian/manga-grabber)
[![Code style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![GitHub License](https://img.shields.io/github/license/qwertyadrian/manga-grabber)](./LICENSE)


A simple manga/ranobe downloader written in Python

## Features (in progress)
- [x] Download manga/ranobe from various sources
- [ ] Search manga/ranobe by name
- [x] Supports multiple formats (CBZ, PDF, EPUB)
- [x] Command-line interface

## Supported Sources
- [x] MangaLib
- [x] HentaiLib (need token to work)
- [x] RanobeLib
- [x] ReadManga (web.usagi.one)
- [x] RanobeHub

