Create a single executable from a Python project
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 package, I could use pip, wheel, and PyPI to build and distribute it, but this requires that the user has Python and knows how to install packages. What can I use to build a self-contained executable from a Python project? Here are some common ones. Unless explicitly noted, all projects listed below are being actively maintained as of my last edit (August 2018). I've also included links to their respective websites, repos, and