Metadata-Version: 2.4
Name: pyfrogsay
Version: 1.0.0
Summary: A talking frog in python inspired by pycowsay
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# pyfrogsay

A talking frog! Inspired by [pycowsay](https://pypi.org/project/pycowsay/)

## Run
Use pipx to run without permanently installing:

```bash
pipx run pyfrogsay opp opp
```

## Run with uvx
Use uvx to run without permanently installing:

```bash
uvx pyfrogsay opp opp
```

Example output:
```
  ----------
< opp opp >
  ----------
   \
   @..@
  (----)
 ( >__< )
 ^^    ^^
```
