Metadata-Version: 2.4
Name: boardgame-dividers
Version: 1.0.0
Summary: Program to generate PDF dividers for boardgames
Author-email: Jérôme Quelin <jquelin@gmail.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING
Requires-Dist: argcomplete>=3.6.3
Requires-Dist: colorlog>=6.10.1
Requires-Dist: reportlab>=4.4.4
Dynamic: license-file

# Boardgame Divider PDF Generator

A Python tool to automatically generate **printable PDF dividers** for your
favorite board games. Perfect for organizing expansions, card decks, and
storage boxes with clean, customizable labels.

---

## ✨ Features

- Generates **ready-to-print PDF dividers**
- Supports **multiple games and expansions**
- Lightweight and dependency-minimal (pure Python + ReportLab)

---

## 📦 Installation

Clone this repository and install dependencies:

```bash
git clone https://github.com/jquelin/boardgame-dividers.git
cd boardgame-dividers
opip install -r requirements.txt
pip install boardgame-dividers
```

---

## 🤝 Development

To contribute or modify: go to https://github.com/jquelin/boardgame-dividers

---

## 🪪 License

This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE)
file for details.
