From 997785de8ac9bf9b22f018a58223009ced185e48 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Mon, 16 Oct 2017 20:43:37 +0200 Subject: Added link to javascript version. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e147c23..8895389 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ # math-draw A simple program for drawing mathematical figures +This works perfectly, but if you want to see the exact same result without the hassle of installing and messing with python. You can go [here](http://dev.jakobstendahl.tk/projects/MathDraw/) and see a JavaScript version that does the exact same thing :) + ## Requirements - Tested with Python 2.7.10 - - As far as i know this is the only requirements to run this program + - As far as I know this is the only requirements to run this program ## Launch Navigate to the folder with math-draw.py, and execute this: ``` python math-draw.py ``` -You can send parameters form the commanline like this +You can send parameters form the commandline like this ``` python math-draw.py -r radius -m multiplier -p points —-animation yes —-tracer yes -h heading -c color —random —-debug -- cgit v1.2.3