Home

Parameter setting

 

You are working locally and will need to tell the program how to work. 
The program creates a py file, you have to specify the name of the file and where to put it (in particular, it must have access to the libraries you have installed).

The py file is launched using the python.exe program, so you need to specify the location of this exe file if it is not associated in the windows PATH array.
At the end, an image file is created, so you need to specify the name for this file.

Up

Next