Hello
I am new in Godot and Python, and struggling to bind Python code with Godot code. I have basically two separate codes:
(1) Python script which delivers a GUI
(2) Godot code, which is a simple Godot game (with some GDscript)
I would like to bind the two, so that the Godot game appears within Python script. And Python needs to communicate with Godot.
Anybody can help me in this topic?
Thanks in advance! Shavkat