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!