Python代码打包成exe程序

国内镜像源

清华大学
https://pypi.tuna.tsinghua.edu.cn/simple
 
阿里云
https://mirrors.aliyun.com/pypi/simple/
 
豆瓣
https://pypi.douban.com/simple/ 
 
百度云
https://mirror.baidu.com/pypi/simple/
 
中科大
https://pypi.mirrors.ustc.edu.cn/simple/
 
华为云
https://mirrors.huaweicloud.com/repository/pypi/simple/
 
腾讯云
https://mirrors.cloud.tencent.com/pypi/simple/

安装 Pyinstaller 包

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple Pyinstaller 

在这里插入图片描述

打包代码

Pyinstaller -F -w C:\\Users\\liuchunlin2\\Desktop\\爱心.py

在这里插入图片描述
在这里插入图片描述

效果图

在这里插入图片描述

原创爱心代码博客: link

相关推荐

  1. 使用pyinstaller将python代码打包exe文件

    2024-04-20 20:32:02       50 阅读
  2. Python程序打包exe可执行文件说明

    2024-04-20 20:32:02       34 阅读
  3. python把.py打包.exe文件

    2024-04-20 20:32:02       41 阅读
  4. python打包exe文件

    2024-04-20 20:32:02       40 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-04-20 20:32:02       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-20 20:32:02       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-20 20:32:02       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-20 20:32:02       20 阅读

热门阅读

  1. 雷电模拟器+python

    2024-04-20 20:32:02       16 阅读
  2. 实习学习内容-Lua语法

    2024-04-20 20:32:02       14 阅读
  3. mac 使用nvm配置nodejs

    2024-04-20 20:32:02       13 阅读
  4. 数据结构,算法(一)--排序

    2024-04-20 20:32:02       14 阅读
  5. React官网力荐Next.js:为何它取代了Create-React-App?

    2024-04-20 20:32:02       13 阅读
  6. 习题4-1 求奇数和

    2024-04-20 20:32:02       12 阅读
  7. 数据结构与算法:常用的启发式算法

    2024-04-20 20:32:02       14 阅读
  8. 解决向MySQL中导入文件中的 数据时出现的问题~

    2024-04-20 20:32:02       11 阅读
  9. 2024/4/19 MySQL索引结构

    2024-04-20 20:32:02       14 阅读
  10. MySQL 解压版安装后忘记密码如何处理

    2024-04-20 20:32:02       12 阅读
  11. 【力扣 | 分享】高频 SQL 50 题(基础版)

    2024-04-20 20:32:02       11 阅读