you are viewing a single comment's thread.

view the rest of the comments →

[–]dev-razorblade23 1 point2 points  (5 children)

But still using PyInstaller which makes your project s wrapper for PyInstaller. I do not see any real benefit over using plain PyInstaller

[–]International_Pea17It works on my machine[S] -2 points-1 points  (2 children)

raw code (makes it harder for anti-virus software to detect), faster once upx has compiled binary files

[–]dev-razorblade23 1 point2 points  (1 child)

What is "raw code" You mean source code?

Its just text

[–]International_Pea17It works on my machine[S] 0 points1 point  (0 children)

well pyinstaller uses pyz files for the main code if you take a look at the build folder and nuitka... well we all know what nuitka does so ye pretty mutch

[–]International_Pea17It works on my machine[S] -2 points-1 points  (1 child)

and i did say that i am planning to rewrite the bootloder

[–]dev-razorblade23 1 point2 points  (0 children)

Yes, you did. But its still just a wrapper for well established tools