Lately, I've been building stand-alone executable applications written in #python (both CLI apps and GUI apps).
I use #nuitka to compile the python scripts to executables (Windows, Linux, and macOS). The resulting binaries run fast and have no dependencies to install.
Anyone here ever tried it?
I made a github action to simplify the process for casual python users, if anyone wants to give it a go --> https://github.com/marketplace/actions/build-exe-from-python-script
Cheers!
@Satrofu yes, that’s the idea. Another way to think of the use case is: creating “real” desktop and CLI apps written in #python that “just work” and are easy for end users to install without headaches.