Book Scraper is a free and open source program made with Python to download comics and manga from a variety of different websites.
- Different file formats to download Manga and Comics in
- .cbz, .zip, .pdf and .jpg file support
- Different compression algorithms for .zip files
- Stored, Deflate, LZMA and BZIP2 algorithms
- Read Manga and Comics directly without downloading
- Resampling methods such as Nearest-Neighbor, Bicubic and Bilinear
- Different hosts for both Manga and Comics
- Bookmark books and have them displayed in the homepage for easy access
- Download multiple chapters simultaneously
- Lightweight and easy to use
-
Install the required libraries for the progran:
- Create a python virtual environment:
python -m venv .venv
- Activate your environment:
source .venv/bin/activate
- Install Dependencies:
pip install -r requirements.txt
- Create a python virtual environment:
-
Run the application:
- Linux:
python ./user_interface.py
- Windows:
python .\user_interface.py
- Linux:
Add .cbz, .pdf and .zip conversionDisplay what"s currently being downloadedAn integrated book reader within the applicationDisplay book information (e.g, release date, number of chapters)- Implement 20 websites in total
- The developer and contributers have no affiliation with the content providers.
- The project does not host any copyrighted material.