Metadata-Version: 2.1
Name: card-creator-utils
Version: 0.2.3
Summary: A utility package for creating cards (including for board games) with images and text
Home-page: https://github.com/simonghrt/card-creator-utils
Author: Simon Gheeraert
Author-email: simon.gheeraert.sg@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=10.3.0

# Card Creator Utils

A utility package for creating cards with images and text.

## Installation

```bash
pip install card-creator-utils
```

## Usage

```python
from card_creator_utils import create_card

create_card("Hello, World!", "image.png", "output.png")
```

## License

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