There are plenty of tools available for converting Python script into an executable. For example, check out:
For Python 2, I used to prefer py2exe. It's a neat tool that does the trick by making a stand alone executable from a Python script. The one problem I faced was, py2exe used to support only Python 2! Then I moved on to PyInstaller. The good thing is, py2exe now provides support to Python 3 as well! I might share my py2exe experience as well but, that will be in another article.
from DZone.com Feed https://ift.tt/2qm6oW4
No comments:
Post a Comment