All Projects → blackboxo → Cleanmywechat

blackboxo / Cleanmywechat

自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cleanmywechat

modern-login
A simple login form built with PyQt 5
Stars: ✭ 35 (-95.71%)
Mutual labels:  pyqt5, pyqt
algobot
Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.
Stars: ✭ 776 (-4.9%)
Mutual labels:  pyqt5, pyqt
PyQtDarkTheme
A flat dark theme for PySide and PyQt.
Stars: ✭ 50 (-93.87%)
Mutual labels:  pyqt5, pyqt
qt-tile-layout
A tile layout for PyQt5
Stars: ✭ 18 (-97.79%)
Mutual labels:  pyqt5, pyqt
15 Minute Apps
15 minute (small) desktop apps built with PyQt
Stars: ✭ 3,086 (+278.19%)
Mutual labels:  pyqt5, pyqt
venvipy
A GUI for managing Python virtual environments
Stars: ✭ 24 (-97.06%)
Mutual labels:  pyqt5, pyqt
pyqt-resources
Tips and code snippets for PyQt developers
Stars: ✭ 26 (-96.81%)
Mutual labels:  pyqt5, pyqt
pyGISS
📡 A lightweight GIS Software in less than 100 lines of code
Stars: ✭ 114 (-86.03%)
Mutual labels:  pyqt5, pyqt
PYQT StyleDesigner
PYQT Stylesheet designer tool for Stylesheet creation
Stars: ✭ 30 (-96.32%)
Mutual labels:  pyqt5, pyqt
stash
A Go package for disk-based blob cache
Stars: ✭ 14 (-98.28%)
Mutual labels:  disk, cache
Grabber
A wrapper for Youtube-dl for Windows.
Stars: ✭ 22 (-97.3%)
Mutual labels:  pyqt5, pyqt
Uitableviewdynamiclayoutcacheheight
🖖高性能的自动计算采用 Autolayout 布局的 UITableViewCell 和 UITableViewHeaderFooterView 的高度,内部自动管理高度缓存。
Stars: ✭ 360 (-55.88%)
Mutual labels:  cache, wechat
VaspStudio
An useful tool to submit your VASP job on HPC, manage your jobs and extract eneries...自动化VASP任务提交、计算结果提取,任务文件管理的工具
Stars: ✭ 63 (-92.28%)
Mutual labels:  pyqt5, pyqt
IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (-97.55%)
Mutual labels:  pyqt5, pyqt
pdfdir
PDF导航(大纲/目录)添加工具
Stars: ✭ 195 (-76.1%)
Mutual labels:  pyqt5, pyqt
PyQt practice
通过可直接运行的代码示例讲解 PyQt 5 常用基础控件。附学习资源、demo分享。
Stars: ✭ 285 (-65.07%)
Mutual labels:  pyqt5, pyqt
SystemMonitor
Python script and a PyQt5 program to monitor ram and cpu usage along with disk usage.
Stars: ✭ 22 (-97.3%)
Mutual labels:  disk, pyqt
QtPyConvert
An automatic Python Qt binding transpiler to the Qt.py abstraction layer.
Stars: ✭ 66 (-91.91%)
Mutual labels:  pyqt5, pyqt
QtExamples
Translations of the official Qt examples into PyQt5 (also PySide2) and more.
Stars: ✭ 39 (-95.22%)
Mutual labels:  pyqt5, pyqt
Easystash
🗳Easy data persistence in Swift
Stars: ✭ 303 (-62.87%)
Mutual labels:  cache, disk

Clean My PC Wechat

自动删除 PC 端微信自动下载的大量文件、视频、图片等数据内容,解放一年几十 G 的空间占用。

该工具不会删除文字的聊天记录,请放心使用。请给个 Star 吧,非常感谢!

现已经支持 Windows 系统中的所有微信版本。

国内地址 - 点击下载

Github Release - 点击下载

特性

  1. 自动识别微信账号,支持用户选择自定义路径;
  2. 同时管理多个账号,保留配置参数,打开即用;
  3. 自由设置想要删除的文件类型,包括图片类缓存、文件、图片、视频;
  4. 自由设置需要删除的文件的距离时间,默认 365 天;
  5. 删除后的文件放置在回收站中,检查后自行清空,防止删错需要的文件;
  6. 支持删除进度的显示;

运行截图

微信现状

下载两年时间,微信一个软件就占用多达 33.5 G 存储空间。其中大部分都是与自己无关的各大群聊中的文件、视频、图片等内容,且很久以前的文件仍旧存在电脑中。

待改进

欢迎 PR!都会写进致谢!

  • [ ] Mac 版本的开发,微信 Mac 版存在缓存大量占用问题
  • [ ] 有用户有每日定时删除的需求,考虑让应用开机自启动并常驻后台,或者“将选项变成参数加到快捷方式里运行自动执行”
  • [ ] 增加企业微信的支持
  • [ ] Windows XP 系统的支持(当前打包方式为 PyQt5 + pyinstaller),打包命令为 pyinstaller -F -i icon.ico -w ngui.py
  • [ ] 增加应用打包后的签名
  • [x] 自动识别出的多个微信账号的路径,让用户选择哪几个账号的需要删除,并记录参数
  • [x] 更改为以天为单位
  • [x] 增加多个微信路径的支持,支持保存路径
  • [x] 支持 Microsoft Store 下载的微信 for Windows 版本
  • [x] 支持 Microsoft Store 下载的微信 UWP 版本

致谢

@mylittlefox:图标及 Banner 设计

@Gears:提供微信 for Windows 版本的文件目录树及测试支持

@SongJee:版本 1.1 的主要开发者,增加进度条,支持多个微信版本,自动识别路径

@LenmoisLemon:版本 2.0 的主要开发者,全新 UI 设计,增加多用户配置

@Louhwz:版本 2.0 的主要开发者,增加多用户支持、多线程删除、自定义路径等

开发者

微博:@BlackBoXo

邮箱:[email protected]

Blog:https://www.blackboxo.top/

项目 Star 数

Stargazers over time

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].