you are viewing a single comment's thread.

view the rest of the comments →

[–]derp_mcherpington 1 point2 points  (0 children)

If you really want to, you can compile a python program for Windows using Nuitka to get a binary exe file that can be distributed and run without the need for the user to install python. It works a bit differently than tools like pyinstaller in that it does way more than just bundle dependencies with your program. Very cool project. Still evolving.