Metadata-Version: 2.4
Name: cowpilot
Version: 0.1.0
Summary: A cow copliot for your terminal
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: openai>=1.61.1
Description-Content-Type: text/markdown

# CowPilot

An AI cowsay for your terminal.

## Installation

```bash
pip install cowpilot
```

## Usage

```bash
cowpilot "Is today a good day?"
```
```
 _____________________________________
< Did the Lakers beat the Supersonics? >
 -------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
```

## Custom Cow

You can use a custom cow by passing a .cow file to the `-c` or `--cow` flag.

```bash
cowpilot -c cows/happy.cow "Is today a good day?"
```

## Thanks

To Tony Monroe for the greatest program of all time.