I have a problem with my current project.
I have a backend written in python which i complain with pyinstaller to an exe.
The py BE communicate with websockets with the FE written in JS/hmtl/css.
I got it working the I can compile with electron everything together to an installer for windows and mac (so no browser version, standalone exe) but somehow, I can not get it done anymore and don’t find the guide/docs which I used in the first time.
I know there are couple of ways to get it done like with child processes etc but I’d like to use a compiled version of the py code again (planning to obfuscate it in future).
If anyone could explain, how I have to compile everything (so py .exe with the JS/hmtl/css FE) to an installer, I’d highly appreciate it!
If you need more information, please lmk! I recently started coding, therefore please bare with me 😀
Martin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.