FLOW is programming language created for students to learn geometry and programming thinking.
To run FLOW you need to install turtle module, that is needed for visual function of the language. To install it is recommended to use pip.
pip install turtle
To execute your code.flow file, simply go to the FLOW.py directory and run the following command.
python FLOW.py code.flow
Examples of code are in example folder.
Running FLOW was not tested on any other OS other than Windows, so it is recommended to run it that way. Running it on MacOS or Linux should not cause any errors, but still consider using Windows for safety purposes.