Python Forum
How would I combine multiple .py files into one .exe with Py2Exe - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How would I combine multiple .py files into one .exe with Py2Exe (/thread-12322.html)



How would I combine multiple .py files into one .exe with Py2Exe - shlomi27 - Aug-20-2018

I have made UI program which contain two .py files and would like to create one file executable using py2exe program.
The program py2exe is installed. But,I do not understand from py2exe manual how to make it.
any one can explain that? or give an example?
Thanks,