diff options
author | Jakob Stendahl <jaste1@outlook.com> | 2016-03-23 15:48:40 +0100 |
---|---|---|
committer | Jakob Stendahl <jaste1@outlook.com> | 2016-03-23 15:48:40 +0100 |
commit | e5ba93a79668f29d87d2a3fd24c1b6f974c41d13 (patch) | |
tree | c93db15a4922c48921b5957d0e630af3a989011d | |
parent | 3c5a62897cec1d612314d2943dd56f4e42526333 (diff) | |
download | math-draw-e5ba93a79668f29d87d2a3fd24c1b6f974c41d13.tar.gz math-draw-e5ba93a79668f29d87d2a3fd24c1b6f974c41d13.zip |
Added functions
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ Navigate to the folder with math-draw.py, and execute this: ``` python math-draw.py ``` +You can send parameters form the commanline like this + +``` + python math-draw.py -r radius -m multiplier -p points —-animation yes —-tracer yes -h heading -c color —random —-debug +``` ## Options When the program is started it will start to draw a figure, if the window is in focus you can use this hotkeys to do different things. |