Windows微信清理工具 v3.9.11

  • 人气

    50

  • 点评

    0

  • 类型: 软件下载
  • 大小: 10.7MB
  • 语言: 简体中文
  • 系统: WinXP, Win7
  • 开发者:
  • 发布时间:
  • 推荐指数: ★★★★
Windows微信清理工具是网友用Python语言编写的一款简易的PC微信缓存文件一键清理工具,可以帮助用户快速清除微信缓存的聊天记录、图片、视频、接收到的文件等,释放电脑内存空间,下面还附有源码,感兴趣的朋友们可以看一下哦~

软件说明

本工具采用Python编写,先读取“%userprofile%⁄AppData⁄Roaming⁄Tencent⁄WeChat⁄All Users⁄config⁄3ebffe94.ini”,确定WeChat Files文件夹的位置,进行扫描,列出所有登陆过的微信号,让用户选择清理的对象,再列出菜单,通过if语句让用户来决定删除哪些数据,最后进行删除操作。程序要求输入微信号只是为了定位文件夹位置,没有对网络进行连接的任何操作

软件功能

【1.清理聊天记录】【2.清理图片和视频】【3..清理接收到的文件】【4.清理全部数据】

源码一览

import osdef delete(files):os.system('del /f /s /q "%s⁄⁄*.*"' % files)print("清理成功!")users = os.path.expandvars('$HOMEPATH')f = open(r'C:' + users + '⁄⁄AppData⁄⁄Roaming⁄⁄Tencent⁄⁄WeChat⁄⁄All Users⁄⁄config⁄⁄3ebffe94.ini')if f == 'MyDocument:':location = 'C:' + users + '⁄Documents⁄WeChat Files'else:location = f.read() + "⁄WeChat Files"list = os.listdir(location)list.remove('All Users')list.remove('Applet')print("""""")print(list)print("""""")while True:temp = input("选择你要清理的微信号:")try:if 0<int(temp)<=len(list):temp1 = int(temp) - 1wxid = list[temp1]breakelse:print("输入错误,请重新输入。")except:print("输入错误,请重新输入。")print("""-----------------------------Windows微信清理工具-------------------------------------------------------------------【1.清理聊天记录】--------------------------------------------------------------【2.清理图片和视频】----------------------------------------------------------------【3.清理接收到的文件】------------------------------------------------------------【4.清理全部数据】-------------------------------""")while True:choice = input("请输入要执行的操作所对应的代码:")if choice == '1':dialog = location + "⁄⁄" + wxid + '⁄Msg'delete(dialog)breakelif choice == '2':pictures = location + "⁄⁄" + wxid + '⁄FileStorage⁄Image'delete(pictures)videos = location + "⁄⁄" + wxid + '⁄FileStorage⁄Video'delete(videos)breakelif choice == '3':documents = location + "⁄⁄" + wxid + '⁄FileStorage⁄File'delete(documents)breakelif choice == '4':delall = location + "⁄⁄" + wxiddelete(delall)breakelse:print("输入错误,请重新输入。")

软件测评

支持清理电脑上微信缓存文件清理电脑积攒的垃圾数据,释放内存空间推荐经常使用PC版微信的用户们下载清理看了这么多,你下载了Windows微信清理工具吗?想要下载最新软件就来快连软件站好玩的游戏、简单易懂的软件教程、令人耳目一新的游戏玩法这里统统都有,更多精彩不容错过!