1

picture of files

I am using python3.6 and i successfully compile single python file into single exe using cx_freeze but now i wish to compile different files(shown at the picture above) into one exe file. May i know is there any way to do it?

John
  • 21
  • 3

1 Answers1

0

You have to use py2exe. It works for you in the way you wanted. Also check this topic: How would I combine multiple .py files into one .exe with Py2Exe