Metadata-Version: 2.4
Name: ascii-tee
Version: 0.1.0
Summary: Generate custom ASCII art t-shirts from the command line
Project-URL: Homepage, https://github.com/cdinnison/ascii-tee
Project-URL: Repository, https://github.com/cdinnison/ascii-tee
Author: Clark Developer
License-Expression: MIT
License-File: LICENSE
Keywords: art,ascii,cli,generator,tshirt
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Artistic Software
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: pillow>=10.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.12.0
Description-Content-Type: text/markdown

# ASCII Tee

Generate custom ASCII art t-shirts from the command line.

## Installation

```bash
pip install ascii-tee
```

## Usage

Interactive mode:

```bash
ascii-tee
```

With a prompt:

```bash
ascii-tee "a robot playing guitar"
```

### Options

- `--color`, `-c` - Shirt color: `black` or `white` (default: black)
- `--size`, `-s` - Shirt size: `S`, `M`, `L`, `XL`, `2XL` (default: L)
- `--qty`, `-q` - Quantity (default: 1)
- `--remove-background/-r` / `--keep-background/-R` - Control background dots
- `--no-preview` - Skip t-shirt preview
- `--open` - Open preview in browser
- `--checkout` - Skip confirmations, go directly to checkout

### Example

```bash
ascii-tee "vintage sunset" --color white --size M --qty 2
```
