# python-remove-readonly **Repository Path**: Patric-kStar/python-remove-readonly ## Basic Information - **Project Name**: python-remove-readonly - **Description**: 取消从微信接收文件的只读属性 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-11 - **Last Updated**: 2023-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: 微信 ## README # python-remove-readonly ## 介绍 由于微信接收文件后会将其属性修改为只读,有时候非常不方便我们进行后续的修改。 本项目旨在将当前文件夹下的文件属性修改回来,即取消只读。 ## 使用说明 `pyinstaller --onefile --icon=normal .ico main. py` 生成exe可执行文件,在`/dist`目录下 一般将`main.exe`文件放到`\WeChat Files\xxxx\FileStorage\File`路径下,点击即可运行。