overload icon indicating copy to clipboard operation
overload copied to clipboard

Turn into .exe

Open tskxz opened this issue 2 years ago • 3 comments

@7zx

tskxz avatar Jul 11 '22 15:07 tskxz

Just to be sure, are you wanting to turn the overload.py application into a .exe file? If that's all, I can go ahead and do that. I'll create 2, one for Linux and the other for Windows. Should I just add them to the repo and create a pull request?

tjhasan avatar Jul 17 '22 22:07 tjhasan

Just to be sure, are you wanting to turn the overload.py application into a .exe file? If that's all, I can go ahead and do that. I'll create 2, one for Linux and the other for Windows. Should I just add them to the repo and create a pull request?

Go ahead, create a pull request.

tskxz avatar Jul 18 '22 08:07 tskxz

just compile it yourself using PyInstaller or Py2Exe

ghost avatar Aug 14 '22 14:08 ghost

I was thinking if this is actually necessary. I mean, if we want to obfuscate the code we can use pyarmor, if we need velocity we can use some Just In Time compiler package as pypy or numba (or completely transpile the code to C with Cython?), now if we are talking about distribution, then we'll have +15MB executables with pyinstaller or pyOxidizer since they need to include the python interpreter within the application. For me, it doesn't make sense to turn it into an .exe now. Any thoughts?

joao-vitor-souza avatar Oct 23 '22 23:10 joao-vitor-souza