Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aheze/StitchCounter

An app to count stitches in crochet patterns. Multiplatform.
https://github.com/aheze/StitchCounter

crochet ios patterns sewing swift swiftui

Last synced: about 1 month ago
JSON representation

An app to count stitches in crochet patterns. Multiplatform.

Awesome Lists containing this project

README

        

[![StitchCounter](Assets/head.png)](#)

**An app to count your crochet patterns' stitches!** Made with 100% SwiftUI, no UIKit, and no 3rd party dependencies. Powered by regular expressions. Download: [Mac app](https://github.com/aheze/StitchCounter/raw/main/Assets/StitchCounter.zip) • [iOS ipa](https://github.com/aheze/StitchCounter/raw/main/Assets/StitchCounter.ipa)

### Purpose
To count the number of stitches in a crochet pattern. My sister runs an Etsy shop, [StuffingStuff](https://www.etsy.com/shop/StuffingStuff), which sells crochet stuff and patterns. Supposedly, manually counting stitches to make a pattern is very tedious and error-prone. This app makes it easy.

### Features

Counter

Settings






- Write any pattern, then press Count. That's it!
- It's powered by regex, so your pattern doesn't need to be perfect.
- Press the big purple number to copy it to your clipboard.
- The breakdown lets you double-check to make sure everything is right.
- Have your own stitch abbreviations? No problem, just go to **Settings**, then press Save.
- Stitch abbreviations support regex too.
- You can even set the number of stitches for each abbreviation.

### Crochet Abbreviation Reference
These come built-in with the app. If you want to edit, add, or remove any, just head over to the **Settings** screen.

Stitch name | Abbreviation | # of stitches
--- | --- | ---
Increase | `inc` | 2
Single Crochet | `sc` | 1
Single Crochet # Together | `sc#tog` | 1
Decrease | `dec` | 1
Slip Stitch | `sl st` | 1
Half Double Crochet | `hdc` | 1
Double Crochet | `dc` | 1
Triple Crochet | `tr` | 1
Foundation Single Crochet | `FSC` | 1

What's crochet?




> Crochet is a process of creating textiles by using a crochet hook to interlock loops of yarn, thread, or strands of other materials. The name is derived from the French term crochet, meaning 'small hook'. Hooks can be made from a variety of materials, such as metal, wood, bamboo, or plastic. — [Wikipedia](https://en.wikipedia.org/wiki/Crochet)

![](Assets/crochet.png)

---

What are patterns?




It's like an instruction manual, but for crocheting.

---