PyMangaJ
Pymangaj is a Python library for searching and retrieving manga pages from different sources. It provides a simple interface to fetch manga pages from popular manga websites.
Installation
You can install pymangaj using pip:
pip install pymangaj
Getting Started
To use pymangaj, import the pymangaj
module and call the search()
method. Pass the manga name, chapter, and the sources you want to search from as arguments. The method will return a list of manga pages.
from pymangaj import pymangaj, Sources
pymangaj.search("Naruto", 1, sources=[Sources.MANGA_LIVRE, Sources.MUITO_MANGA])
Sources
pymangaj supports the following manga sources:
Source | Language | Status | Source |
---|---|---|---|
MangaLivre | PT-BR | ❌ | MANGA_LIVRE |
MuitoManga | PT-BR | ❌ | MUITO_MANGA |
Manganato | EN-US | ✅ | CHAPMANGANATO |
LerManga | PT-BR | ✅ | LER_MANGA |
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contribution
Contributions to pymangaj are welcome! If you have any bug reports, feature requests, or suggestions, please open an issue on the GitHub repository.