Tagged Questions
4
votes
3answers
1k views
Tiny python executable?
I plan to use PyInstaller to create a stand-alone python executable. PythonInstaller comes with built-in support for UPX and uses it to compress the executable but they are still really huge (about ...