py2exe is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scripts; Python 3.3 and later are supported. It can build console ...
Is there anything out there similar to py2exe or Squeeze for Python 3? It seems like these two only work with pre-Python 3 code. I don't need a standalone .exe that can run without Python installed or ...