Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunlongzhuhuo/Windows-WeChat-Clean-Up-Tool
对Windows中的WeChat Files文件夹进行定位,查找其中的部分数据进行删除操作,达到清理目的。
https://github.com/yunlongzhuhuo/Windows-WeChat-Clean-Up-Tool
Last synced: 4 days ago
JSON representation
对Windows中的WeChat Files文件夹进行定位,查找其中的部分数据进行删除操作,达到清理目的。
- Host: GitHub
- URL: https://github.com/yunlongzhuhuo/Windows-WeChat-Clean-Up-Tool
- Owner: yunlongzhuhuo
- License: mit
- Created: 2022-01-14T13:58:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T12:58:39.000Z (over 2 years ago)
- Last Synced: 2024-08-01T20:48:30.292Z (3 months ago)
- Language: Python
- Homepage:
- Size: 23.9 MB
- Stars: 93
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - yunlongzhuhuo/Windows-WeChat-Clean-Up-Tool - 对Windows中的WeChat Files文件夹进行定位,查找其中的部分数据进行删除操作,达到清理目的。 (Python)
README
# Windows微信清理工具
对Windows中的WeChat Files文件夹进行定位,查找其中的部分数据进行删除操作,达到清理目的。
## 所有版本及源码下载链接:
### 百度网盘:https://pan.baidu.com/s/1OSIpvZEOvd-lVZb_82BnKg
### 提取码:ylzh
### 阿里云盘:https://www.aliyundrive.com/s/oqCZpgz5WzL
**(希望大家先保存到自己的网盘里再下载,非常感谢)**
# 设计思路:
### bat版本:
本工具采用Windows批处理(bat)编写。程序先列出菜单,通过if语句让用户来决定删除哪些数据。然后读取“%userprofile%\AppData\Roaming\Tencent\WeChat\All Users\config\3ebffe94.ini”中的文件路径来定位到WeChat Files的路径,进行删除操作。
### Python版本:
本工具采用Python编写,GUI使用了tkinter。程序先读取“%userprofile%\AppData\Roaming\Tencent\WeChat\All Users\config\3ebffe94.ini”,确定WeChat Files文件夹的位置,进行扫描,列出所有登陆过的微信号,让用户选择需要清理的账号,再列出菜单,通过if语句让用户来决定删除哪些数据,最后进行删除操作。