Metadata-Version: 2.3
Name: artgen
Version: 0.1.10
Summary: A CLI tool that generates ASCII art based on a brief description.
License: MIT
Keywords: ascii,cli,art,art,generate
Author: dattatele
Author-email: datta.tele@gmail.com
Requires-Python: >=3.12,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: ascii-magic (>=2.3.0)
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: duckduckgo-search (>=7.4.4)
Requires-Dist: fpdf (>=1.7.2,<2.0.0)
Requires-Dist: pyfiglet (>=1.0.2)
Requires-Dist: pytest (>=8.3.4,<9.0.0)
Requires-Dist: requests (>=2.32.3)
Requires-Dist: textual (>=2.1.1,<3.0.0)
Project-URL: Documentation, https://github.com/dattatele/artgen/wiki
Project-URL: Homepage, https://github.com/dattatele/artgen
Project-URL: Issue Tracker, https://github.com/dattatele/artgen/issues
Project-URL: Source, https://github.com/dattatele/artgen
Description-Content-Type: text/markdown

# ArtGen

ArtGen is a CLI tool that generates ASCII art from images and text.

## Features

- Fetches images using DuckDuckGo
- Converts images to ASCII art
- Shows fallback stylized text with `pyfiglet`

## Installation

You can install ArtGen from [PyPI](https://pypi.org):

```bash
pip install artgen
```

## Usage

To generate ASCII art, use the following command:

```bash

artgen generate_art "Cat"

artgen generate_word "Sunflower"

artgen generate_img "ASCII"

```

## Contributing

Contributions are welcome! Please open an issue or PR on GitHub.


