cross-stitch

interactively turn images into patterns for cross stitching
git clone git://src.adamsgaard.dk/cross-stitch # fast
git clone https://src.adamsgaard.dk/cross-stitch.git # slow
Log | Files | Refs | README | LICENSE Back to index

setup-win.py (83B)


      1 from distutils.core import setup
      2 import py2exe
      3 
      4 setup(console=['cross-stitch.py'])