/EmbroidePy

wxWidgets Embroidery Stitch Editor

Primary LanguagePythonMIT LicenseMIT

EmbroidePy

Embroidery Tools

pip install pyembroidery

If the utility has a GUI and requires wxPython:

pip install wxPython


  • embroidepy.py GUI - interface embroidery editor.
    • embroiderpy
    • Uses wxPython and pyembroidery to import, export, view multiple files.
    • Simulates sew paths, forwards and backwards.
      • empy-sim
    • Has a wxGrid based stitch editor to allow on the fly stitch editing of designs.
    • Allows drag and drop of individual stitches.
    • Allows zoom-in zoom-out and pan on the fly.
    • Keyboard Commands:
      • 'q' injects stitches.
      • Delete button deletes selected node.
      • Right Arrow or 'd' moves to the next node in the list.
      • Left Arrow or 'a' moves to the next node in the list. ('a' & 'd' are WASD keys).
      • Escape deselects selected node.