环境需求
- python3.11.4
- PyCharm Community Edition 2023.2.5
- pyinstaller6.2.0(可选,这个库用于打包,使程序没有python环境也可以运行,如果想发给好朋友的话需要这个库哦~)
完整代码
import tkinter as tk import random as ra import threading as td import time as ti def Love(): root=tk.Tk() width=200 height=50 screenwidth=root.winfo_screenwidth() screenheight