Based on our record, nuitka seems to be a lot more popular than py2exe. While we know about 30 links to nuitka, we've tracked only 1 mention of py2exe. We are tracking product recommendations and mentions on Reddit, HackerNews and some other platforms. They can help you identify which product is more popular and what people think of it.
Sounds like you are on Windows. I think something like https://py2exe.org/ will be what you are after. I'm on Mac / Linux systems only, so I can't really provide info on how to use it, but I know there are some good tutorials out there. - Source: Reddit / 3 months ago
Https://nuitka.net/ is a great compiler for python code. Another option that isn't as obfuscated is the official compiler used in mypy if you have 100% type coverage: https://mypyc.readthedocs.io/en/latest/. - Source: Reddit / 3 days ago
You probably already know about this, but Nuitka[0] is pretty great for building distributable Python apps. [0]: https://nuitka.net. - Source: Hacker News / 13 days ago
Try nuitka BTW I have used the mentioned here pyinstaller, pex … last time I needed to this, nuitka worked flawlessly and better than pyinstaller. - Source: Reddit / 24 days ago
Nuitka works on Windows, Linux and Mac https://nuitka.net/. - Source: Hacker News / 25 days ago
Another similar project: https://nuitka.net/. - Source: Reddit / 27 days ago
PyInstaller - PyInstaller is a program that freezes (packages) Python programs into stand-alone executables...
cx_Freeze - cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the...
Cython - Cython is a language that makes writing C extensions for the Python language as easy as Python...
Numba - Numba gives you the power to speed up your applications with high performance functions written...
PyPy - PyPy is a fast, compliant alternative implementation of the Python language (2.7.1).
bbfreeze - create stand-alone executables from python scripts