Metadata-Version: 2.1
Name: mtgbinderspine
Version: 0.1.2
Summary: A tool to generate printable labels for binders of Magic: The Gathering cards
Home-page: https://github.com/danwinkler/mtgbinderspine
Author: Dan Winkler
Author-email: dan@danwink.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: CairoSVG (>=2.5.2,<3.0.0)
Requires-Dist: Pillow (>=9.0.1,<10.0.0)
Requires-Dist: click (>=8.0.4,<9.0.0)
Requires-Dist: diskcache (>=5.4.0,<6.0.0)
Requires-Dist: reportlab (>=3.6.8,<4.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: rich (>=12.0.0,<13.0.0)
Requires-Dist: svglib (>=1.2.1,<2.0.0)
Project-URL: Repository, https://github.com/danwinkler/mtgbinderspine
Description-Content-Type: text/markdown

# MTG Binder Spine Generator

Generates an image that can be printed and inserted into the spine of a binder.

## Installation

`pip install mtgbinderspine`

## Usage

Run `mtgbinderspine --help` for usage information.

## Examples

Generate an image with spines for Throne of Eldraine and Kaladesh:

`mtgbinderspine eld kld`

Generate a spine for a 2" binder:

`mtgbinderspine -w 2 m13`

