I have develop a python based tool. This tool basically based on Computer vision. I have used openCV and python to develop entire programme along with the GUI. But when i use this programming on different machine i need to install all the dependencies first like openCV, pandas, kivy and matplotlib. I want to distribute this program as setup file, specifically for windows so that no one need to install opencv and all dependencies. Installation of openCV is a tricky job and i want user should bother only about the software uses not the installation and other technicality
I know few tools suggested by some previous posts but they din't explain the integration of OpenCV along with the python installer.