I have written a Python scripts which uses some add on libraries like MatPlotLib, NumPy, DateUtil etc. How can I make this Python scripts as an installer or packages, something like jar files, so that my scripts will run on different systems without installing AddOn libraries individually? I am using windows OS also my scripts takes few command line arguments.
Any solutions, hints or links will make my life earier. Thanks in advance for your kind co-operation.