Skip to content

LordAlucard90/Manga-Scraper-Gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga Scraper Gui

Supported Sites

Supported OutPut Formats

  • PDF (one pdf for chapter)
  • CBZ (one archive for chapter)
  • JPG (one folder for chapter with images inside)

Install dependencies through Anaconda

$ conda create -n scraper python=3.6
$ conda install -n scraper scrapy PyQt
$ source activate scraper
(scraper) $ pip install img2pdf

Start the Gui

On Linux

$ source activate scraper
(scraper) $ python app.py
(scraper) $ source deactivate

On Windows

activate scraper
python app.py
deactivate

or double click on app.bat

Thanks

BugliL from which i forked the project.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Batchfile 0.2%