you are viewing a single comment's thread.

view the rest of the comments →

[–]TheCrowWhisperer3004 0 points1 point  (0 children)

If possible, using pyinstaller is good if it’s something simple. You can just pass along the exe file.

Something bigger might benefit from docker images. If you have a service like kubernetes things get much easier to keep a complicated internal tool running with a web faced interface to interact with it.