Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
85 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...