How to publish python to exe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to publish python to exe

What do I need to publish .exe window program using python code

26th Aug 2018, 5:06 PM
Yusuf Kamaldeen
Yusuf Kamaldeen - avatar
3 Answers
+ 5
You can use Pyinstaller, Py2exe, cxfreeze etc to do that. Here's a tutorial: https://medium.com/dreamcatcher-its-blog/making-an-stand-alone-executable-from-a-JUMP_LINK__&&__python__&&__JUMP_LINK-script-using-pyinstaller-d1df9170e263 and also This article may help you: https://www.quora.com/How-can-I-convert-py-to-exe-for-Python-3-5-easily i thing pyinstaller is the best one to change python file to exe file and you can set icon files for your exe file easily on pyinstaller
26th Aug 2018, 5:21 PM
estifanos
estifanos - avatar
26th Aug 2018, 5:17 PM
Just A Rather Ridiculously Long Username
- 1
Learn C++. Then Publish Exe. Else publish the .py file.
28th Aug 2018, 9:29 AM
N00B