很多小伙伴想知道别人如何使用我的python程序,那么小编就通过这篇文章来给大家提供几个实现方法,大家如果感兴趣一定要耐心读完,小编讲得非常详细 。
文章插图
其实我们在这里说的给别人用,并不是指将你的代码开源,也不是指给另一个程序员用 。比如你写了一个小工具,想给别人用,总不能叫别人也去装python吧 。
如果想让别人不装Python环境就可以使用Python编写的程序,那么我们就可以将Python程序打包.exe可执行程序,然后发给他人 。
Python打包生成.exe文件的工具有:
1、py2exe
使用:
先写一个简单的脚本,文件名:helloworld.py
#!/usr/bin/env python # -*- coding: utf-8 -*- def say_hello(name): print("Hello, " + name) if __name__ == "__main__": name = input("What's your name:") say_hello(name)还需要个用于发布程序的设置脚本:mysetup.py,在其中的 setup 函数前插入语句 import py2exe 。
from distutils.core import setupimport py2exesetup(console=["helloworld.py"])2、cx_Freeze
使用:cxfreeze main.py --target-dir distUsage: cxfreeze [options] [SCRIPT]Freeze a Python script and all of its referenced modules to a baseexecutable which can then be distributed without requiring a Pythoninstallation.Options: --version show program's version number and exit -h, --help show this help message and exit -O optimize generated bytecode as per PYTHONOPTIMIZE; use -OO in order to remove doc strings -c, --compress compress byte code in zip files -s, --silent suppress all output except warnings and errors --base-name=NAME file on which to base the target file; if the name of the file is not an absolute file name, the subdirectory bases (rooted in the directory in which the freezer is found) will be searched for a file matching the name --init-script=NAME script which will be executed upon startup; if the name of the file is not an absolute file name, the subdirectory initscripts (rooted in the directory in which the cx_Freeze package is found) will be searched for a file matching the name………………
推荐阅读
- pycharm格式怎么统一?初学者必须要会的几个方法来了
- 怎么学python写爬虫?几点建议和方法来了
- pycharm怎么运行脚本?这个方法你一定要知道
- 怎么用spyder运行py脚本?超详细的方法来了
- MySQL错误1045怎么解决?超详细的解决方法来了
- not in mysql不包含如何使用?超详细的方法来了
- 关于2022过年祭祀祖宗摆几个碗?过年祭祖用什么菜?
- 关于左旋vc原液停用会变黑吗?左旋维c每晚抹一次用洗吗?
- 京东秒杀划得来吗?京东秒杀有哪些用处?
- 做京东推广员能赚钱吗?怎么做?