EmbroidePy / pyembroidery-CLI

pyembroidery command line interface tools
MIT License
2 stars 1 forks source link
embroidery python

pyembroidery-CLI

Requires pyembroidery

pip install pyembroidery

pyemb.py - Full pyembroidery CLI

Command Flags

* -i [<input>]*, matches wildcards
* -o [<output>]*, matches wildcard, formatted
* -f [<string>], print string, formatted
* -c conditional, filters embroidery patterns, formatted
* -s <scale> [<scale_y> [<x> <y>]], scale pattern
* -r <theta> [<x> <y>], rotate pattern
* -t <x> <y>, translate
* -e [<setting> <value>]*, set encoder settings
* -q, quiet mode
* -v, verbose mode
* -h, display this message

String Formatting:

* %f, filename
* %F, filename without directory
* %e, extension
* %d, directory
* %n, name of file, without extension
* %S, total commands in stitches
* %s, STITCH command count
* %j, JUMP command count
* %c, COLOR_CHANGE & NEEDLE_SET count
* %t, TRIM command count
* %l, internal label, if it exists
* %w, width
* %h, height
* %x, min x
* %y, min y
* %X, max x
* %Y, max y

The stitch_entry_pmv script works but the MaKe-stitch program is a fully realized GUI.