+ 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?...
2 ответов
+ 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. 😂
+ 1
python installer will help you :)