Metadata-Version: 2.4
Name: ascii-art-priyankg
Version: 0.0.2
Summary: A Python ASCII art package with colors (cat, panda, smiley)
Author-email: Priyank Gautam <priyankgautam99999@gmail.com>
License: MIT
Project-URL: Homepage, https://test.pypi.org/
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Dynamic: license-file

# ASCII Art Package

A Python package for generating and manipulating ASCII art.

## Installation

Install the package using pip:

```bash
pip install ascii-art-package
```

## Usage

```python
from ascii_art_package import ascii_art

# Generate ASCII art
result = ascii_art.create("Hello World")
print(result)
```

## Features

- Simple and easy-to-use API
- Convert text to ASCII art
- Support for various ASCII art styles
- Lightweight and fast

## Requirements

- Python 3.6+

## Installation from Source

Clone the repository and install:

```bash
git clone https://github.com/yourusername/ascii-art-package.git
cd ascii-art-package
pip install -e .
```

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Author

Priyank Gautam

## Support

For issues and questions, please open an issue on GitHub.
