What is 'py2exe'? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is 'py2exe'?

5th Jan 2017, 5:15 PM
Djaber Meghar
Djaber Meghar - avatar
2 Answers
+ 3
py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation. you can always google these kind of stuff...
5th Jan 2017, 6:11 PM
Sharique Ansari
Sharique Ansari - avatar
0
py2exe is used mostly with python2 from what I know. For python3 use cx_freeze module to create executables. "pip install cx_freeze" in cmd and you are good to go :)
24th Apr 2017, 5:19 PM
Alin Climente
Alin Climente - avatar