Skip to content

This is a Python program to download a manga from Manganato.com. Every Chapter will be saved as a PDF in a chosen file directory.

Notifications You must be signed in to change notification settings

BennetLe/python_manga_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_manga_scraper

Requirements

  • BeautifulSoup(bs4)
  • urllib3
  • requests
  • Pillow

pip install -r requirements.txt

Features

  • Saves every Chapter in a PDF
  • Gets every chapter from the chapter list
  • Pictures are deleted afterwards
  • You can choose a path to save to

Planed Features

  • GUI
    • Select a path to save to 🗸
    • Progress Bar
    • Get a specific chapter
    • Get specific chapters
    • Search feature
    • Get only the new(and missing) chapters

Disclaimer

This code was made for education purposes, I do not personally use nor encourage the use of illegal Manga sites.

About

This is a Python program to download a manga from Manganato.com. Every Chapter will be saved as a PDF in a chosen file directory.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages