SyntaxFix
Write A Post
Hire A Developer
Questions
PyInstaller will create a single-file executable if you use the --onefile option (though what it actually does is extracts then runs itself).
--onefile
There's a simple PyInstaller tutorial here. If you have any questions about using it, please post them...