Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmarzocchetti/mangaworld_downloader
A manga pdf downloader from mangaworld
https://github.com/lmarzocchetti/mangaworld_downloader
manga-downloader parsing python
Last synced: 5 days ago
JSON representation
A manga pdf downloader from mangaworld
- Host: GitHub
- URL: https://github.com/lmarzocchetti/mangaworld_downloader
- Owner: lmarzocchetti
- License: mit
- Created: 2022-11-22T20:55:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T15:43:50.000Z (3 months ago)
- Last Synced: 2024-08-07T18:55:09.465Z (3 months ago)
- Topics: manga-downloader, parsing, python
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mangaworld_downloader
A manga pdf downloader from mangaworldUn programma per scaricare manga da mangaworld(sito italiano)
--------------------------------------
# Setup
## Install Python and dependencies
- Arch-based:sudo pacman -S python python-pip
- Debian/Ubuntu:
sudo apt install python3 python3-pip
## Install dependencies of Python
pip install -r requirements.txt# Usage
python mangaworld_downloader.py [name_of_manga]- Call the script with the manga to research, follow the instruction on the screen and select a manga to download.
- Once selected the manga and press enter, wait the program to finish.
- After the program finished, you will find in the same directory all the pdf separated in Volumes# To implement
- Gui# Windows User
I haven't tested this script on Windows, but i have used the os independent paths. So i think its gonna work.