I want to create a single executable from my Python project. A user should be able to download and run it without needing Python installed. If I were just distributing a p
pyinstaller is still under active development. You can see the latest changes on GitHub.
It has support for all three major platforms:
and it supports Python versions 2.6 and 2.7. It does not support Python 3, but there is an experimental Python 3 branch.
As of version 3.2.1 it supports Python 2.7, 3.3-3.5