Metadata-Version: 2.1
Name: stitchtoon
Version: 0.0.2
Summary: A powerful program for stitching and cutting webtoons/manhwa/manhua raws.
Keywords: manga,webtoon,stitch,slice,combin
Author-email: Beshr Alghalil <beshrghalil@protonmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: psd_tools
Requires-Dist: natsort
Requires-Dist: pillow
Requires-Dist: progress
Requires-Dist: black ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: isort ; extra == "dev"
Requires-Dist: tox ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: pytest ; extra == "test"
Project-URL: Bug Tracker, https://github.com/BishrGhalil/issues
Project-URL: Homepage, https://github.com/BishrGhalil/stitchtoon
Provides-Extra: dev
Provides-Extra: test

<div align="center">
  <h1>Stitch Toon</h1>
  <p>
    A powerful package for stitching and cutting webtoons/manhwa/manhua raws.
  </p>
  <a href="https://github.com/BishrGhalil/stitchtoon/releases/latest">
    <img src="https://img.shields.io/github/v/release/BishrGhalil/stitchtoon">
  </a>
  <a href="https://github.com/BishrGhalil/stitchtoon/releases/latest">
    <img src="https://img.shields.io/github/release-date/BishrGhalil/stitchtoon">
  </a>
  <a href="https://github.com/BishrGhalil/stitchtoon/releases/">
    <img src="https://img.shields.io/github/downloads/BishrGhalil/stitchtoon/total">
  </a>
  <a href="https://github.com/BishrGhalil/stitchtoon/tree/dev">
    <img src="https://img.shields.io/github/last-commit/BishrGhalil/stitchtoon">
  </a>
  <a href="https://github.com/BishrGhalil/stitchtoon/blob/dev/LICENSE">
    <img src="https://img.shields.io/github/license/BishrGhalil/stitchtoon">
  </a>
  </div>
 

## New features
- export as archive
- better output naming handling
- size limites for defferent output formats

## Install

Build from source
```
git clone https://github.com/BishrGhalil/stitchtoon
cd stitchtoon
pip instal --user requirements.txt
pip install .
```

## Basic usage
```
stitchtoon -i <input-path> -sh <split-height>
```
Check out `help` for more advanced options
```
stitchtoon --help
```

 
> All thanks to [MechTechnology](https://github.com/MechTechnology) for creating [SmartStitch](https://github.com/BishrGhalil/stitchtoon) which is the base of this package.

