Open alphapats opened 3 years ago
I want to create electron app using python-shell. It clciks on button on gui and script executes the python thread which stores the data. This process takes time, so after clicking user can navigate to other tabs. How to do so?
I want to create electron app using python-shell. It clciks on button on gui and script executes the python thread which stores the data. This process takes time, so after clicking user can navigate to other tabs. How to do so?