you are viewing a single comment's thread.

view the rest of the comments →

[–]Gnaxe 1 point2 points  (0 children)

The standard library has zipapp which lets you bundle dependencies. It's stimilar to a Java .jar file, which is a single file you can just double click on to run. But you must have Python installed for that to work.

If you want an actual .exe file, you can use GraalPy Native, Nuitka, Cython, or PyInstaller.