Metadata-Version: 2.4
Name: letter-art
Version: 0.1.0
Summary: Convert images to ASCII letter art
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/gwondoo/letter_art
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pillow>=9.0.0

# letter-art

이미지를 ASCII 문자 아트로 변환하는 Python 패키지
Python Package that makes image to ASCII code

---

## install

```bash
pip install letter-art
