当前位置:网站首页>Pycharm打包项目为exe文件
Pycharm打包项目为exe文件
2022-08-02 03:24:00 【隐身的菜鸟】
项目打包生成exe可执行文件
1.首先,打开自己要发布的工程 ,点击底部的“Terminal”打开终端,输入命令:
pip install pyinstaller ,按回车键运行。
2.输入命令:pyinstaller ,按回车键显示安装成功。
3.输入命令pyinstaller --console --onefile xxx.py
4. exe文件的路径
在项目根目录下有一个dist文件夹,里面会有打包好的exe文件
边栏推荐
- Function hoisting and variable hoisting
- 4.表单与输入
- The Error in the render: "TypeError: always read the properties of null '0' (reading)" Error solution
- 正则笔记(2)- 正则表达式位置匹配攻略
- Customer Rating Control
- SQL classification, DQL (Data Query Language), and corresponding SQL query statement demonstration
- vim编辑模式
- SQL分类、DQL(数据查询语言)、以及相应SQL查询语句演示
- MySql Advanced -- Constraints
- js 正则中 replace() 使用
猜你喜欢
随机推荐
3.PHP数据类型、常量、字符串和运算符
PHP的几个有趣的打开方式:从基本到变态
QR code generation API interface, which can be directly connected as an A tag
16.JS事件, 字符串和运算符
1.6一些今日学习
Phpstudy安装Thinkphp6(问题+解决)
Dom实现input的焦点触发
项目中遇到的问题
(5) 模块与包、编码格式、文件操作、目录操作
Solve the problem of uni - app packaged H5 website to download image
微信小程序九宫格抽奖和转盘抽奖的实现
点名系统和数组元素为对象的排序求最大值和最小值
微信小程序云开发-证件照的实现
[phpunit/php-timer]一个用于代码执行时间的计时器
PHP image compression to specified size
js 原型和原型链
When PHP initiates Alipay payment, the order information is garbled and solved
(3) Thinkphp6 database
js 之 Object.defineProperty()
每日五道面试题总结 22/7/21