fyears / electron-python-example

Electron as GUI of Python Applications
MIT License
2k stars 234 forks source link

running python threads #42

Open alphapats opened 2 years ago

alphapats commented 2 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?