Metadata-Version: 2.1
Name: mangamon
Version: 0.0.2
Summary: Manga Downloader
Home-page: https://github.com/akhilmaskeri/mangamon
Author: akhil maskeri
Author-email: akhil.maskeri@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: License :: Public Domain
Classifier: Environment :: Console
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: argparse (>=1.4.0)
Requires-Dist: requests (>=2.24.0)
Requires-Dist: bs4 (>=0.0.1)
Requires-Dist: img2pdf (>=0.4.0)
Requires-Dist: tabulate (>=0.8.7)

# Mangamon
Download Mangas from mangapanda.com into your terminal

### Options


    -s,   --search        Search Manga

    -n,   --name          specify manga name
    -i,   --info          get information
    -lt,  --latest        get latest chapters
    -ll,  --longlist      long list chapters
    -d,   --download      download chapters
    -c,   --chapter       chapter number

    --chapterstar         starting chapter number
    --chapterend          ending chapter number

    --format              convert to specified format
                          available: PDF

    --help                Display help



