All Projects → manga-py → Manga Py

manga-py / Manga Py

Licence: mit
Universal manga downloader (for your offline reading)

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Manga Py

Komikan
A fast, simple and elegant Manga manager and reader for OSX
Stars: ✭ 81 (-71.78%)
Mutual labels:  manga
Meow
Yet another free and open source manga reader
Stars: ✭ 42 (-85.37%)
Mutual labels:  manga
Jikan4java
Kotlin wrapper for Jikan, an myanimelist api
Stars: ✭ 27 (-90.59%)
Mutual labels:  manga
yukino
❄️ [WIP] An extension based Anime & Manga client.
Stars: ✭ 176 (-38.68%)
Mutual labels:  manga
anitrend-app
Track all your favorite Anime & Manga with AniTrend as it offers anime or manga lookup, tracking and reference powered by AniList
Stars: ✭ 138 (-51.92%)
Mutual labels:  manga
oTaku
o'taku is an application that allows you to find functional streaming links for your favorite anime. This project aims to simplify the tracking of a particular anime. Indeed, when you search for an anime, you will receive a lot of information about it, but also, a list of streaming links available in several languages.
Stars: ✭ 23 (-91.99%)
Mutual labels:  manga
mangadesk
Terminal client for MangaDex 📖
Stars: ✭ 569 (+98.26%)
Mutual labels:  manga
kuristina
An API that lets you fetch user lists from MyAnimeList.
Stars: ✭ 14 (-95.12%)
Mutual labels:  manga
tanuki
🦊 Anime weekly schedule for Kitsu
Stars: ✭ 26 (-90.94%)
Mutual labels:  manga
NHentai-API
NHentai API made using python BeautifulSoup webscrapping.
Stars: ✭ 27 (-90.59%)
Mutual labels:  manga
MangadexRecomendations
Finding recommendations between them all. Work in progress.
Stars: ✭ 18 (-93.73%)
Mutual labels:  manga
houdoku
Manga reader and library manager for the desktop
Stars: ✭ 128 (-55.4%)
Mutual labels:  manga
desktop
A client for HappyPanda X on the desktop
Stars: ✭ 41 (-85.71%)
Mutual labels:  manga
hentai-downloader
ExHentai exhentai.org, e-hentai.org images gallery download to folder.
Stars: ✭ 37 (-87.11%)
Mutual labels:  manga
ProxerAndroid
The official Android App of Proxer.Me
Stars: ✭ 105 (-63.41%)
Mutual labels:  manga
Manga-Tagger
The only tool you'll need to rename and write metadata to your digital manga library
Stars: ✭ 110 (-61.67%)
Mutual labels:  manga
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (-93.38%)
Mutual labels:  manga
Mimanganu
*ES - Lector de Manga online / offline, gratuito y de código abierto. *EN - Manga reader online / offline, free and open source. *FR - Lecteur de manga en ligne / hors ligne, gratuit et open source. *DE - Eine App um Manga zu lesen. Man kann damit Manga online und offline lesen. Es ist kostenlos und quelloffen. *IT - Manga lettore online / offline, gratuito e open source. *RU - В России Манга читает вас. Попробуйте MiMangaNu прямо сейчас.
Stars: ✭ 255 (-11.15%)
Mutual labels:  manga
Manga-AutoTranslate
Script made to automatically translate manga pages.
Stars: ✭ 18 (-93.73%)
Mutual labels:  manga
UltimateMangaReader
A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
Stars: ✭ 72 (-74.91%)
Mutual labels:  manga

Manga-py |Travis CI result stable1.x|

Universal assistant download manga. '''''''''''''''''''''''''''''''''''

Approximately 200+ providers are available now. '''''''''''''''''''''''''''''''''''''''''''''''

|Scrutinizer CI result| |Scrutinizer CI coverage| |GitHub issues| |Travis CI result|

|Code Climate| |Issue Count|

|GitHub repo size| |PyPI - size|

|PyPI - Python Version| |PyPi version| |PyPI - Downloads|

Supported resources

see:

Thanks for support

1. Robert M.


How to use
----------

Installation
~~~~~~~~~~~~

1) Download python 3.6+ https://docs.conda.io/en/latest/miniconda.html
2) Install pip package:

.. code:: bash

   pip install manga-py

3) Run program:

.. code:: bash

    manga-py http://manga.url/manga/name  # For download manga

Installation on the Android

See https://github.com/manga-py/manga-py/issues/48

Docker image:

See:

- https://hub.docker.com/r/mangadl/manga-py/tags?page=1&ordering=last_updated


Downloading manga
-----------------

**⚠️ For sites with cloudflare protect need installed Node.js**

**⚠️ Notice! By default, the mode of multithreaded image loading is enabled**

**To change this behavior, add the key --no-multi-threads**

.. code:: bash

    # download to "./Manga/<manga-name-here>" directory
    manga-py http://manga-url-here/manga-name
    # download to "./Manga/Manga Name" directory
    manga-py http://manga-url-here/manga-name --name 'Manga Name'
    # or download to /manga/destination/path/<manga-name-here> directory
    manga-py http://manga-url-here/manga-name -d /manga/destination/path/
    # skip 3 volumes
    manga-py --skip-volumes 3 http://manga-url-here/manga-name
    # skip 3 volumes and download 2 volumes
    manga-py --skip-volumes 3 --max-volumes 2 http://manga-url-here/manga-name
    # reverse volumes downloading (24 -> 1)
    manga-py --reverse-downloading http://manga-url-here/manga-name
    # Disable progressbar
    manga-py --no-progress http://manga-url-here/manga-name


Embedded example:
-----------------
https://github.com/manga-py/manga-py/blob/stable_1.x/embedded.md

Help
----

.. code:: bash

    manga-py -h
    # or
    manga-py --help

Suported by JetBrains
---------------------
|JetBrains logo|


Manga-py Docker
---------------

1. Install docker

  - Summary https://docs.docker.com/install/
  - Mac https://docs.docker.com/docker-for-mac/install/
  - Windows https://docs.docker.com/docker-for-windows/install/


2. Install manga-py

.. code:: bash

    docker pull mangadl/manga-py


3. Run it

.. code:: bash

    docker run -it -v ${PWD}:/home/manga mangadl/manga-py


For `manga-py >= 1.18`, the transfer of login / password / language / translation group has been added:

.. code:: bash

    manga-py http://... --arguments language=en login=my-login "password=secured-#\!Password" "translator=Awesome group"


.. |Travis CI result stable1.x| image:: https://travis-ci.com/manga-py/manga-py.svg?branch=stable_1.x
   :target: https://travis-ci.com/manga-py/manga-py/branches
   :alt: Latest push
.. |Travis CI result| image:: https://travis-ci.com/manga-py/manga-py.svg?branch=1.28.1
   :target: https://travis-ci.com/manga-py/manga-py/branches
   :alt: Latest tag
.. |Code Climate| image:: https://codeclimate.com/github/manga-py/manga-py/badges/gpa.svg
   :target: https://codeclimate.com/github/manga-py/manga-py
.. |Issue Count| image:: https://codeclimate.com/github/manga-py/manga-py/badges/issue_count.svg
   :target: https://codeclimate.com/github/manga-py/manga-py
.. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/manga-py.svg
   :target: https://pypi.org/project/manga-py/
.. |Scrutinizer CI result| image:: https://scrutinizer-ci.com/g/manga-py/manga-py/badges/quality-score.png?b=stable_1.x
   :target: https://scrutinizer-ci.com/g/manga-py/manga-py
.. |Scrutinizer CI coverage| image:: https://scrutinizer-ci.com/g/manga-py/manga-py/badges/coverage.png?b=stable_1.x
   :target: https://scrutinizer-ci.com/g/manga-py/manga-py
.. |GitHub issues| image:: https://img.shields.io/github/issues/manga-py/manga-py.svg
   :target: https://github.com/manga-py/manga-py/issues
.. |PyPi version| image:: https://badge.fury.io/py/manga-py.svg
   :alt: PyPI
   :target: https://pypi.org/project/manga-py/
.. |JetBrains logo| image:: https://github.com/yuru-yuri/manga-py/raw/stable_1.x/.github/jetbrains.png
   :alt: JetBrains
   :target: https://www.jetbrains.com/?from=manga-py
.. |MicroBadger Layers| image:: https://img.shields.io/microbadger/layers/mangadl/manga-py
   :alt: MicroBadger Layers
.. |MicroBadger Size| image:: https://img.shields.io/microbadger/image-size/mangadl/manga-py
   :alt: MicroBadger Size
.. |GitHub repo size| image:: https://img.shields.io/github/repo-size/manga-py/manga-py
   :alt: GitHub repo size
.. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/manga-py
   :alt: PyPI - Downloads
.. |PyPI - size| image:: https://img.shields.io/badge/dynamic/json?label=PyPI%20size&query=%24.size&url=https%3A%2F%2Fpip.sttv.me%2Fmanga-py.json%3Fhuman-size%3Dtrue%26index%3D0%26version%3D1.28.1
   :alt: PyPI - size
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].