How to convert .py into .exe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

12th Feb 2017, 6:11 AM
Ekansh
4 Answers
+ 1
py2exe allows you to do that
12th Feb 2017, 4:59 PM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 9
I use it but it doesn't work on Python 3.5
12th Feb 2017, 10:30 AM
Ekansh
+ 1
Using py2exe library http://www.py2exe.org/
12th Feb 2017, 8:23 AM
Varun Moghe
Varun Moghe - avatar
+ 1
12th Feb 2017, 10:33 AM
Varun Moghe
Varun Moghe - avatar