I have a python script which outputs a JSON when called with different arguments. I am looking for a way to call that script from within Processing and load the output using something like loadJSONObject()
The problem is that I don't know how to call the python script with arguments from within Processing.
Any tip will be appreciated, thanks!
openfunction? processing.org/reference/open_.htmlprocessinglibrary you are using. Is it this one? pypi.python.org/pypi/processing