py_inspect
py_inspect copied to clipboard
Add cx_freeze/PyInstaller/py2exe script to produce single executable
Minimal executable size is important requirement. I guess it's possible to reduce file size to 10-15 MB. Currently PyQt5 installation eats ~200 MB.
For comparison, Au3Info.exe (Spy++ clone from AutoIt) is ~2 MB.
Useful hint to use hidden-import option for PyInstaller: https://github.com/enthought/comtypes/issues/340