I want to add some functions to Blockly (programming language) such as save and load, which is a bit hard inside of a browser. I only need to run it on a local machine and to pass the output to some tools without having that "save to..." dialog all day long.
Is there a Python port of it available ? or do I have to fiddle with the very nasty output of js2py and still don't have the HTML buttons compiled properly.
I did some research but cant find one. Maybe I have to put a python web-server on an post all input there. I guess that is sadly the best solution currently.
question from:https://stackoverflow.com/questions/65623596/blockly-python-port