cross-stitch

Interactively turn images into patterns for cross stitching
git clone git://src.adamsgaard.dk/cross-stitch
Log | Files | Refs

commit bdbe63bb3aa09da02aea51a143cc1fcafd2228f2
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 13 Feb 2014 19:36:32 +0100

Added minimal readme

Diffstat:
AREADME.rst | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/README.rst b/README.rst @@ -0,0 +1,18 @@ +cross-stitch +------------ + +A Python application to turn your images into patterns for cross stitching. + +https://github.com/anders-dc/cross-stitch + +Requirements +------------ +Python, Numpy, Matplotlib + +License +------- +GNU Public License version 3 or newer. See LICENSE.txt for details. + +Author +------ +Anders Damsgaard (andersd@riseup.net)