该文被密码保护。 阅读全文
posted @ 2023-08-29 22:38 willingyut 阅读(136) 评论(0) 推荐(0)
摘要: hint.txt格式 (255,255,255)(255,255,255)(255,255,255)(255,255,255)(255,255,255)(255,255,255)(255,255,255)... from PIL import Image x = 280 #x坐标 通过对txt里的行 阅读全文
posted @ 2023-08-29 18:17 willingyut 阅读(196) 评论(0) 推荐(0)
摘要: import subprocess with open("pwd.txt","w") as f:#1000-1301是爆破范围 for i in range(1000,1301): f.write(str(i)+"\n") g=open("pwd.txt","r")#有其他字典可以放上去 for j 阅读全文
posted @ 2023-08-29 18:09 willingyut 阅读(396) 评论(0) 推荐(0)
摘要: 坐标文本格式类似 10 11 12 34 11 55 #脚本文件 import matplotlib.pyplot as plt import numpy as np x = [] y = [] with open('message.txt','r') as f: datas = f.readlin 阅读全文
posted @ 2023-08-29 13:39 willingyut 阅读(111) 评论(0) 推荐(0)