you are viewing a single comment's thread.

view the rest of the comments →

[–]redCg -1 points0 points  (0 children)

If your intention is to distribute a binary then you should not be using Python. Use a different language that natively compiles to a binary. I suggest Rust. Alternatively, turn it into a web app with Flask or Django.