- 博客(3)
- 收藏
- 关注
原创 整蛊代码{2}(二创)
代码1 爱上百度 说明:无限打开百度,让ta爱上百度! import webbrowser while True: webbrowser.open('www.baidu.com') 代码2 高仿弹窗 说明:高仿Windows错误弹窗,吓个人还是没问题的! import tkinter.messagebox while True: tkinter.messagebox.showerror('Windows 错误','您的电脑正在被攻击!') ...
2022-04-23 15:59:54
297
原创 python整蛊代码+详解
源代码 import tkinter as tk import random import threading import time def boom(): window = tk.Tk() width = window.winfo_screenwidth() height = window.winfo_screenheight() a = random.randrange(0, width) b = random.randrange(0, height)...
2022-04-23 15:44:53
2231
原创 整蛊朋友的python代码{1}(二次创作)
死命弹窗 上代码 import tkinter as tk import random import threading import time def boom(): window = tk.Tk() width = window.winfo_screenwidth() height = window.winfo_screenheight() a = random.randrange(0, width) b = random.randrange(0, ...
2022-04-23 15:32:49
2691
5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人