+ 11
How to convert .py into .exe
I tried many ways it doesn't work some work but they are complicated and not easy it is a way to do it easily. I have made a calculator with Python I want to convert it into .exe and give it a icon how can I do that. how do programers do that anyone in Sololearn have idea.
4 Réponses
+ 1
py2exe allows you to do that
+ 9
I use it but it doesn't work on Python 3.5
+ 1
Using py2exe library
http://www.py2exe.org/
+ 1
For python 3.5 use cx_Freeze 5.0
https://pypi.python.org/pypi/cx_Freeze