# WindowsCleaner **Repository Path**: peter1303/WindowsCleaner ## Basic Information - **Project Name**: WindowsCleaner - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-25 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Windows Cleaner

专治C盘爆红及各种不服!

完全开源免费的C盘清理工具
## 🎨运行截图 GUI | ![show1](readme/s_light.png) | ![show2](readme/s_dark.png) | |:----------------------:|:----------------------:| ## 🖥系统要求 System Requirements - Windows操作系统:Windows 10 或以上 - Windows: Windows 10 or above ## 使用方法 ### 下载安装包 [Windows Cleaner官网:https://wc.dyblog.online](https://wc.dyblog.online) 或从[蓝奏云网盘](https://wwt.lanzn.com/b03xje5uf)下载Windows Cleaner(amd64)的安装包。 密码:4ar1 ### 安装 一路Next即可,如果想以后方便打开可以勾选上`创建桌面快捷方式`选项。 ### 手动编译 #### 源码运行 - 克隆此仓库 - 安装 Python 3.8 - 安装依赖`pip install -r requirements.txt` - 运行`python main.py` #### 本地编译 - 先完成源码运行 - 安装 Nuitka ```pip pip install nuitka ``` - 编译`python -m nuitka --mingw64 --assume-yes-for-downloads --standalone --remove-output --windows-console-mode="disable" --enable-plugins="pyqt5" --output-dir="dist" --main="main.py" --windows-icon-from-ico="icon.ico"` > [!tip] > > 如果您的电脑安装了 Visual Studio 以及 msvc 编译器,可以将编译参数中的`--mingw64`选项删除,否则 Nuitka 会直接从 Github 下载 Mingw64,不论电脑上是否安装! - 将`WCMain`文件夹复制到`dist\main.dist`下,运行`main.exe`即可 #### GitHub Actions(推荐) - 全自动编译,直接运行,运行结束后下载编译产物全部解压即可使用(注:编译时间非常长,大概编译一次需要20-30分钟 ### [Bilibili:Mr_Jacek](https://space.bilibili.com/1847808902?spm_id_from=333.1007.0.0) ## 🤝支持 Windows Cleaner的开发 [Develop Image](https://www.dyblog.online/doc/develop.html) ## Copyright & License ⚖ Copyright © 2021.DaYe

Windows Cleaner by DaYe is licensed under CC BY-NC-SA 4.0

## Star History [![Star History Chart](https://api.star-history.com/svg?repos=darkmatter2048/WindowsCleaner&type=Date)](https://star-history.com/#darkmatter2048/WindowsCleaner&Date)