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
Better use pip install auto-py-to-exe which provides a beautiful UI with all options required to create an executable.
pip install auto-py-to-exe
After installing just type auto-py-to-exe in your terminal or command prompt.
auto-py-to-exe