Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 784 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 784 Bytes

Manga Merge

Small script to combine manga images into a single whole

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Python>=3

Installing

A step by step series of examples that tell you how to get a development env running

pip install poetry
poetry install

Running

poetry run python main.py

Built With

  • pillow - Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.