I am using Python 2.7
I am looking for the best way to make an .exe with my program. My program is a application development tool that generates a .py file. What is the best way to convert this .py file to an .exe?
The conversion will take place on the users computer and they may not have python installed.
-Thanks