Python Packaged as EXE tool

Source: Internet
Author: User

Python is a widely used programming language, and of course GUI

There are a lot of GUI libraries in Windows that can choose to write graphics programs, but if you want to run them on other computers, you have to have a Python interpreter environment.

To solve this problem is to use packaging tools, the Python source code to be packaged into an EXE can be copied to other computers to run.

There are a few of the following, commonly used Pyinstaller and Cx_freeze:

1.py2exe

Official homepage: http://www.py2exe.org/

2.pyinstaller

Official homepage: http://www.pyinstaller.org/

3.cx_freeze

Official homepage: http://cx-freeze.sourceforge.net/

Remove Console window, add option--base-name=, optional value [console,Win32gui, Win32service, Consolekeeppath]

Python Packaged as EXE tool

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.