Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,23 @@ To run the project, call the following:
```
python banana.py # may need to use python3 if on Mac or Windows
```

## Mascot pattern generator

Generate a detailed crochet or knitting pattern for an AgentPipe mascot — a banana/goose/goblin hybrid — with adjustable motif ratios and yarn weight.

```
perl scripts/agentpipe_mascot.pl --banana 2 --goose 1 --goblin 1 --craft crochet
```

Features:
- Row-by-row stitch instructions with progress checkboxes
- 3 output formats: markdown, text, and HTML (styled)
- Specific colour palette and yardage estimates per motif
- Motif parts: banana peel panels, wings, beak, ears/hornlets, tail
- Assembly guide with placement diagrams and face embroidery suggestions
- **UK/US terminology**: `--terminology uk` for UK crochet terms (dc, tr, etc.)
- **Emoji mode**: `--emoji` for a full emoji-expressed document
- Scales from 10 cm to 50+ cm with `--scale`

See `perl scripts/agentpipe_mascot.pl --help` for all options.
Loading