How to convert .py to .exe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to convert .py to .exe

I've been searching on the Internet but the only forms to convert .py to .exe was using stuff only available to win32bits. I use win64bits and nothing of that worked. Does anybody know how to make executable a .py file without cx_Freeze or py2exe?...

2nd Feb 2018, 12:14 PM
Adrián Palomares Villanueva
Adrián Palomares Villanueva - avatar
2 Answers
+ 4
Maybe this will help. https://www.google.com/url?sa=t&source=web&rct=j&url=http://www.pyinstaller.org/&ved=2ahUKEwiD-tzvmofZAhVN2VMKHa5JC-EQFjAQegQIBhAB&usg=AOvVaw3OuNuw_tjXM7JIUb02TL45 Other than that, py2exe and cx_freeze are all I know of for python compilatuon; since Python isn't really MEANT to be compiled. 😂
2nd Feb 2018, 12:17 PM
Dread
Dread - avatar
+ 1
python installer will help you :)
2nd Feb 2018, 12:34 PM
Abdurrahman Abulgasim
Abdurrahman Abulgasim - avatar