Metadata-Version: 2.4
Name: tteg
Version: 0.4.1
Summary: Free stock image search CLI for agents.
Author: Kushal
License: MIT
Project-URL: Homepage, https://kushalsm.com/tteg
Keywords: unsplash,stock-images,cli,ai-agents,image-search
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: click>=8.1.7
Requires-Dist: requests>=2.32.0

# tteg

Free stock image search for AI coding agents. No API keys needed.

## Install

```bash
pip install tteg
```

## Usage

```bash
tteg "mountain sunset"
tteg "hero banner" -n 8 --orientation landscape
tteg "office workspace" --width 1920 --height 1080
```

Returns JSON with image URLs from Unsplash — ready for agents to drop into code.
