From bf71712d8b35b128aa6a1ee565fe0af6639311df Mon Sep 17 00:00:00 2001 From: JakobS1n Date: Sat, 19 Mar 2016 17:10:31 +0100 Subject: Added text --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6ea8fc1..89d6581 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ -# math-draw \ No newline at end of file +# math-draw +A simple program for drawing mathematical figures + +## Requirements + - Tested with Python 2.7.10 + - 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 +``` + +## 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. +- Left Arrow: Decrease how many points that is on the circlearc +- Right Arrow: Increase how many points that is on the circlearc +- Up Arrow: Increase multiplier +- Down Arrow: Decrease multiplier +- q: Quit +- d: Toggle draw points on circlearc +- a: Toggle drawing animation +- t: Toggle handdrawing animation + -- cgit v1.2.3