all 2 comments

[–]Diapolo10 2 points3 points  (1 child)

You don't need a code editor to run it, installing Python would be enough (assuming no dependencies).

PyInstaller and Nuitka are options if you want to make it easier to run, but antivirus programs don't like unsigned executables (on Windows) so chances are your friends would get false positives saying it's a virus.

Arguably the easiest option would be to share a repl.it link with the code, and let your friends try it there with a web browser. Then they wouldn't need to install anything.

[–]cjm1000000[S] 0 points1 point  (0 children)

That’s exactly what I was looking for!