I've a simple python script that I want to see it as an exe file so I can run it in any computer.
My friend told me about py2exe. But, when I searched it, I found that it's limited to python 2.X . I wrote my script in 3.X python (3.4 , the last realese till the moment).
I wonder, How can I convert 3.x python scripts into excutable exe files?
Any sugesstions?