表白
七夕弹窗Python源码
import tkinter as tkimport randomimport threadingimport timedef dow(): window = tk.Tk() width=window.winfo_screenwidth() height=window.winfo_screenheight() a=random.randrange(0,width) b=random.randrange(0,height) ...
import tkinter as tkimport randomimport threadingimport timedef dow(): window = tk.Tk() width=window.winfo_screenwidth() height=window.winfo_screenheight() a=random.randrange(0,width) b=random.randrange(0,height) ...