Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (44 loc) · 1 KB

README.md

File metadata and controls

57 lines (44 loc) · 1 KB

Manga-Miner

Overview

A scraper for mangas which download images and converts them to pdf to enjoy them later.

Prerequisites

Installation

  • Clone the repository or download the zip file:
    git clone https://github.com/LiReNa00/Manga-Miner.git
    cd Manga-Miner
  • Install the dependencies:
    • Windows:
      pip install -r requirements.txt
    • Linux or MacOS:
      pip3 install -r requirements.txt

Usage

  • Run the program:
    • Windows:
      python main.py
    • Linux or MacOS:
      python3 main.py

Contributing

Contributions are always welcome!

  • Clone the repository:
    git clone https://github.com/LiReNa00/Manga-Miner.git
    cd Manga-Miner
  • Create a new branch:
    git checkout -b <new-branch-name>
  • Make the changes
  • Open a pull request