Metadata-Version: 2.4
Name: pixel-font-knife
Version: 0.0.24
Summary: A set of pixel font utilities
Keywords: font,pixel
Author: TakWolf
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Dist: unidata-blocks>=0.0.25
Requires-Dist: pyyaml>=6.0.3
Maintainer: TakWolf
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/TakWolf/pixel-font-knife
Project-URL: Source, https://github.com/TakWolf/pixel-font-knife
Project-URL: Issues, https://github.com/TakWolf/pixel-font-knife/issues
Description-Content-Type: text/markdown

# Pixel Font Knife

[![Python](https://img.shields.io/badge/python-3.12-brightgreen?style=flat-square)](https://www.python.org)
[![PyPI](https://img.shields.io/pypi/v/pixel-font-knife?style=flat-square)](https://pypi.org/project/pixel-font-knife/)

一组用于构建像素字体的实用工具包。

该库被设计用于和 [Pixel Font Builder](https://github.com/TakWolf/pixel-font-builder) 配合使用，主要包含一些符合 [Ark Pixel Font](https://github.com/TakWolf/ark-pixel-font) 构建约定的通用工具。

## 安装

```shell
pip install pixel-font-knife
```

## 程序依赖

- [PyPNG](https://gitlab.com/drj11/pypng)
- [Unidata Blocks](https://github.com/TakWolf/unidata-blocks)
- [PyYAML](https://github.com/yaml/pyyaml)

## 许可证

[MIT License](LICENSE)
