Metadata-Version: 2.4
Name: asciiart-mrunal-v1
Version: 0.1.0
Summary: A simple Python package to convert text into ASCII art
Author: Mrunal
Author-email: Mrunal <your_email@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet
Dynamic: author

# ASCII Art Package

Convert text into ASCII art using Python.

## Installation
pip install asciiart-mrunal

## Usage
from asciiart import text_to_ascii
print(text_to_ascii("HELLO"))
