排序
如何将Python文件打包成EXE文件?
准备环境PythonPyinstaller准备工具PyInstaller助手,图形化打包工具(推荐)这个工具可以让打包更简单。软件下载https://www.perfcode.com/python/pyinstaller/assistant使用 PyInstaller 打包 P...
Python满屏弹窗代码
介绍废话不多说,想必效果都比较清楚,直接分享代码和打包的exe(直接程序)代码import tkinter as tk import random import threading import time def show_warn_tip(): # 创建窗口 window = tk...


