Metadata-Version: 2.3
Name: pixel-font-knife
Version: 0.0.7
Summary: A set of pixel font utilities.
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
Author: TakWolf
Maintainer: TakWolf
License: MIT License
Keywords: font,pixel
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: pypng>=0.20220715.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: unidata-blocks>=0.0.15
Description-Content-Type: text/markdown

# Pixel Font Knife

[![Python](https://img.shields.io/badge/python-3.10-brightgreen)](https://www.python.org)
[![PyPI](https://img.shields.io/pypi/v/pixel-font-knife)](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)。
