# unzip **Repository Path**: guliduo2812/unzip ## Basic Information - **Project Name**: unzip - **Description**: 一款AI开发的压缩解压工具,使用 Python 开发,支持多种压缩格式,可打包为 Windows 可执行文件。 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-10 - **Last Updated**: 2026-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python压缩解压工具 一款AI开发的压缩解压工具,使用 Python 开发,支持多种压缩格式,可打包为 Windows 可执行文件。 ## 功能特性 ✅ **支持的格式**: ZIP, RAR, 7Z, TAR, TAR.GZ, TAR.BZ2 ✅ **图形界面**: 友好的 GUI 界面,操作简单 ✅ **命令行支持**: 适合脚本和自动化任务 ✅ **密码保护**: 支持加密压缩和解压 ✅ **压缩级别**: 可调节压缩率(1-9) ✅ **查看内容**: 浏览压缩包内文件列表 ✅ **多线程**: 不阻塞界面响应 ✅ **Windows EXE**: 可打包为独立可执行文件 ## 安装依赖 ```bash pip install -r requirements.txt ``` ## 打包 ✅打包完成后,可执行文件位于 dist 目录中。 ```bash pyinstaller --onefile --windowed --name="Python压缩工具" compression_tool.py ```