Metadata-Version: 2.4
Name: catsay-cli
Version: 1.0.0
Summary: A fun CLI tool that prints cat ASCII art with your message.
Author-email: Mahdi <mirshafieemahdi001@gmail.com>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# Catsay CLI
# ![License](https://img.shields.io/badge/license-MIT-green) [![PyPI](https://img.shields.io/pypi/v/catsay-cli)](https://pypi.org/project/catsay-cli/) ![Package Size](https://img.shields.io/badge/size-5.0KB-red)

A fun CLI tool inspired by cowsay, but with cute ASCII cats! 🐱

---
# 🚀 Features

- 7 different ASCII cat designs
- Colorful Output: 10 different colors to choose from

---
## 📦 Installation

**From PyPI**
```bash
pip install catsay-cli
```
---
## ⚙️ Usage
**Simple**
```bash
catsay Hello World!
```
# ![Screenshot](./assets/photos//screenshot.png)

**Color Options**
```bash
catsay Hello World! -c red
catsay Hello World! --color cyan
```
# ![Screenshot](./assets/photos//screenshot.png)

```bash
catsay --list-colors
```
# ![Screenshot](./assets/photos//screenshot.png)

---
## 🆘 Help
```bash
catsay --help
```
---
## 🛠 Contributing
Feel free to contribute by:

- Adding new cat ASCII art designs
- Suggesting new color options
- Improving the code
- Reporting bugs
---
## 📄 License
This project is licensed under the MIT License – see the [LICENSE](./LICENSE) file for details.
