Metadata-Version: 2.0
Name: char2image
Version: 0.0.2
Summary: Creates a dictionary of character to font image in JSON format.
Home-page: https://github.com/raviqqe/char2image.py/
Author: Yota Toyama
Author-email: raviqqe@gmail.com
License: Public Domain
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Text Processing :: Fonts
Requires-Dist: numpy
Requires-Dist: pillow

# char2image.py

[![PyPI version](https://badge.fury.io/py/char2image.svg)](https://badge.fury.io/py/char2image)
[![Python versions](https://img.shields.io/pypi/pyversions/char2image.svg)](setup.py)
[![Build Status](https://travis-ci.org/raviqqe/char2image.py.svg?branch=master)](https://travis-ci.org/raviqqe/char2image.py)
[![License](https://img.shields.io/badge/license-unlicense-lightgray.svg)](https://unlicense.org)

Creates a dictionary of character to font image in JSON format.
The current version accepts only TTF fonts.


## License

[The Unlicense](https://unlicense.org)


