Python Packaging using cx_Freeze | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python Packaging using cx_Freeze

When I use cx_Freeze to package a script and generate an executable file for Windows, the modules used as dependencies in my script are packaged together? Is cx_Freeze the better way to distribute an executable file from a script Python-made? Thanks!

12th Feb 2018, 1:39 PM
Fabrício Lombardi Ribeiro
Fabrício Lombardi Ribeiro - avatar
1 Answer
+ 4
pyinstaller is the best
13th Feb 2018, 5:54 AM
Kevin AS
Kevin AS - avatar