I created a desktop application using python as the backend and Electron JS integrated with Node JS as the front end.
The image below is the file tree for my project.
I was able to link up both the python with Electron JS using the renderer.js file and my app functions as expected.
But my question is, how should I compile this Python + Electron JS app into an exe. I am aware that pyinstaller can be used to compile python files to exe. Please let me know how to compile this python + electron JS app.
Thanks in advance.
from How to compile Python + Electron JS into desktop app (exe)

No comments:
Post a Comment