Python executable file conversion module comparison 2

Continuation of python executable file conversion module comparison I'm trying it in various environments (updating)

At the moment, the GUI executable file using PyQt4 is limited to a size of about 20MB after being compressed with zip.

Environment 1

py2exe PyInstaller cx_Freeze
version 0.6.9 3.3.dev0+483c819 4.3.4
file size[MB] 43.5 81.5 44.7
execution time[sec] 15 49 8
startup time[sec] 1 5 1

Environment 2

An environment where the version of numpy is lowered to eliminate the dependency on MKL

py2exe PyInstaller cx_Freeze
version 0.6.9 3.2 4.3.4
file size[MB] 41.9 66.5 43.8
execution time[sec] 15 43 7
startup time[sec] 1 3 1

Recommended Posts

Python executable file conversion module comparison 2
Python executable file conversion library comparison (py2exe, cx_freeze, pyinstaller)
Comparison of Japanese conversion module in Python3
Script python file
First Python 3 ~ First comparison ~
Python file processing
Python collections module
Execute Python script from batch file
__name__
Python executable file conversion module comparison 2
Python CSV file Character code conversion, file name extraction, reading, output, merging operation
GUI (WxPython) executable file (pyInstaller) [Windows] in Python3
File operations in Python
[Python] File / directory operations
Python SDP runtime comparison
Python module (Python learning memo ④)
[Note] File reading ~ Python ~
File processing in Python
[Python] 2's complement conversion
Create a Python module
python original module import
Reading pyc file (Python 3.5.2)
File operations in Python
python unix-time <-> datetime conversion
Python package manager comparison
Read Python csv file
python external file reading
How Python module import works
Summary of python file operations
[Python] ModuleNotFoundError: No module named'urlparse'
Download the file in Python
About the Python module venv
Null object comparison in Python
Draw netCDF file with python
Automatic update of Python module
Comparison of 4 Python web frameworks
Ruby, Python Module Installation Guide
Python debug and test module
About Python string comparison operators
Image data type conversion [Python]
Python 3 sorted and comparison functions
Download csv file with python
File open function in Python3 (difference between open and codecs.open and speed comparison)