复制10%优惠码 【96YF71WTUG】
购买优动漫PAINT(CLIP STUDIO PAINT官方中文正版)
详情请戳:https://www.udongman.cn/index.php?m=product&c=csp
window.update()
# 开始对比文件哈希值是否相同↓
num0 = 0
while num0 < len(listB):
for x in range(num0 + 1, len(listB)):
# print('.', x)
if listB[num0] == listB[x]:
listD.append(listA[x])
num0 += 1
listD = list(set(listD))
# 对比到此结束,并去除重复↑
# 将去除的文件写入txt↓
file = open(varF_1.get() + 'del flie.txt', 'w')
file.write('n'.join(listD))
# 删除文件↓
for z in listD:
if os.path.exists(z):
os.remove(z)
progressbarTwo['value'] = 2
messagebox.showinfo("通知(Tips)", "完成!")#弹出结束通知
os.startfile(varF_1.get() + 'del flie.txt')#打开文件
https://prodbb45198-pic10.ysjianzhan.cn/upload/delfilerb.rar
Copyright © 2022
wuwofcproject.com, All rights reserved
独家内容 未经许可 严禁复制、镜像、转载