I have built a WxPython GUI for QA of a Device.
I want to send it to a team who are not developers.
My problem is that it has many python(2.7) modules/libraries:
import wx
import xlrd
import wx.lib.masked as masked
...
can you please recommend a way so they will have an easy time using my GUI? (I think they are using windows)
My target is to instruct them only on how to install Python and then hit a button for the rest.
i don't want to make my GUI public, just send it to those guys.