how do you make python script to be installed into the computer
What do you mean by "installed into the computer"?
want to make python script to be installed
It means you need to download and install the python environment.
i want to create a pyhon script and then install it to othere computers
In general, python scripts need a python environment to run. So if you create a script and want to run it on other computers, you just need to get that .py file onto other computers and make sure they have Python installed. But I have a hunch what you really want is to turn a python script into a .exe file so it will run on an Windows machine regardless of whether it has python or not. I know that there is a module called py2exe that can be installed that will help to create .exe files. You can find it and instructions on how to use it at p2exe.org. That's only good for PCs, not Macs or other OSes, though.
thanks shandelman you really know what i need thanks alot
Join our real-time social learning platform and learn together with your friends!