diff options
author | Jakob Stendahl <JakobS1n@users.noreply.github.com> | 2017-10-16 20:43:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 20:43:37 +0200 |
commit | 997785de8ac9bf9b22f018a58223009ced185e48 (patch) | |
tree | 2f29846308d66e99402e17941e81b844e6bdde38 /README.md | |
parent | 4c77b45db48ebed673b556b0b22775de4f3f1023 (diff) | |
download | math-draw-997785de8ac9bf9b22f018a58223009ced185e48.tar.gz math-draw-997785de8ac9bf9b22f018a58223009ced185e48.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |