Metadata-Version: 2.1
Name: fontain
Version: 0.1.1
Summary: Python tool for font recognition on images
Home-page: https://github.com/baton96/fontain
Author: Bartosz Paulewicz
Author-email: podolce0@gmail.com
License: MIT
Download-URL: https://github.com/baton96/fontain/archive/refs/tags/0.1.1.tar.gz
Keywords: font,ocr
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# ⛲ fontain ⛲

fontain is a Python tool for font recognition on images

# Installation
```pip install fontain```

# Usage

## API

```python
from fontain import *
```

## CLI
```
fontain [-h] path

Recognize font on image

positional arguments:
  path                  input file path

optional arguments:
  -h, --help            show this help message and exit
```

# Example

# License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


