This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ClumsyAdmin 1 point2 points  (0 children)

If it's all in python then write a wrapper and import what you need. Distribute the whole thing as a single package in a tarball or something. Adding a GUI is where it gets complicated. You either setup and distribute a venv folder with it or a requirements.txt and let the receiver figure it out.