Metadata-Version: 2.3
Name: zerocut
Version: 0.1.3
Summary: 
Author: ZeroOneDeveloper
Author-email: me@zero0ne.dev
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pillow (>=11.2.1,<12.0.0)
Description-Content-Type: text/markdown

# 📸 ZeroCut

**ZeroCut** is a Python library that helps you generate vertical photo strips in the style of Korean photo booths — known as *“LifeFourCuts”* or *“인생네컷”*.  
With just 4 images and a customizable frame, you can create polished composite photo strips for printing or sharing.

---

## 🌟 Features

- 🖼 Combine 4 images into a vertical strip
- 🎨 Supports custom frame templates and layout
- 🪄 Easy API for image creation and saving
- 🧱 Modular structure for extensibility
- 🥞 Powered by Pillow (PIL)

---

## 📦 Installation

```bash
pip3 install zerocut
```
Or, for local development:
```bash
git clone https://github.com/ZeroOneDeveloper/zerocut.git
cd zerocut
pip3 install -e .
```
