Want to use it right away? Download the standalone executable!
想立即使用?下载独立可执行文件!
➡️ Download complex-unzip-tool-v2.exe ⬅️
🖱️ Super Easy: Just Drag & Drop! 🖱️ 超级简单:直接拖拽即可!
- Download the executable | 下载可执行文件
- Drag your archive files or folders onto it | 将档案文件或文件夹拖拽到程序上
- Watch it automatically extract everything! | 观看它自动提取所有内容!
No installation required - just download and run! | 无需安装 - 下载即可运行!
Complex Unzip Tool v2 is a robust and intelligent archive extraction utility tailored for handling intricate archive scenarios. Whether you're dealing with password-protected files, multipart archives, or deeply nested structures, this tool streamlines the process with smart automation and intuitive features.
复杂解压工具 v2 是一款强大且智能的档案提取工具,专为应对复杂的压缩包场景而设计。无论是受密码保护的文件、多部分压缩包,还是多层嵌套结构,它都能通过智能自动化和直观功能高效完成解压任务。
受启发自:https://github.com/TR-Supowe/Complex-Unzip-Tool
- 🖱️ Drag & Drop Support | 拖拽支持: Simply drag files or folders onto the executable for instant processing | 将文件或文件夹拖拽到可执行文件上即可立即处理
- 📋 Standalone Executable | 独立可执行文件: No installation required, includes everything needed | 无需安装,包含所需的一切
- 🔐 Smart Password Management | 智能密码管理: Automatically tries multiple passwords from a password book | 自动从密码本中尝试多个密码
- 📦 Multipart Archive Support | 多部分档案支持: Handles split archives (.001/.002, .part1/.part2, .rar/.r01) | 处理分割档案 (.001/.002, .part1/.part2, .rar/.r01)
- 🔍 Missing Part Detection | 缺失部分检测: Automatically finds and reconstructs incomplete multipart archives | 自动查找并重建不完整的多部分档案
- 🎭 Advanced Filename Uncloaking | 高级文件名解隐:
- Rule-based detection system | 基于规则的检测系统: Uses JSON configuration for flexible pattern matching | 使用 JSON 配置进行灵活的模式匹配
- Enhanced pattern recognition | 增强的模式识别: Reveals complex obfuscated filenames with improved accuracy | 以更高的准确性揭示复杂的混淆文件名
- Multi-format support | 多格式支持: Supports various disguised archive formats (7z, rar, zip) | 支持各种伪装的档案格式 (7z, rar, zip)
- Priority-based processing | 基于优先级的处理: Applies detection rules in order of priority for optimal results | 按优先级顺序应用检测规则以获得最佳结果
- 🏗️ Nested Archive Extraction | 嵌套档案提取: Recursively extracts archives within archives | 递归提取档案中的档案
- 🎯 Intelligent Grouping | 智能分组: Enhanced archive grouping with improved validation and cross-reference detection | 增强的档案分组,具有改进的验证和交叉引用检测
- 📊 Rich Progress Display | 丰富的进度显示:
- Enhanced statistics tracking | 增强的统计跟踪: Real-time progress monitoring with detailed metrics | 具有详细指标的实时进度监控
- Improved output formatting | 改进的输出格式: Beautiful command-line interface with better visual feedback | 美观的命令行界面,具有更好的视觉反馈
- Multilingual support improvements | 多语言支持改进: Enhanced English and Chinese interface with better localization | 增强的中英文界面,具有更好的本地化
- 🌐 Enhanced Multilingual Support | 增强的多语言支持: Improved message handling and display for better user experience | 改进的消息处理和显示,以获得更好的用户体验
- ⚡ High Performance | 高性能: Optimized file reading and processing logic for faster extraction | 优化的文件读取和处理逻辑,提供更快的提取速度
- 🛡️ Robust Error Recovery | 强大的错误恢复: Enhanced error handling mechanisms with better validation | 增强的错误处理机制,具有更好的验证
- 🔧 Batch Processing | 批量处理: Handle multiple files and folders in one operation | 在一次操作中处理多个文件和文件夹
- 🗂️ Safe File Deletion | 安全文件删除: Original archives are moved to Recycle Bin by default instead of permanent deletion | 原始档案默认移动到回收站而非永久删除
- Windows OS (64-bit recommended) | Windows 操作系统(推荐 64 位)
- No additional dependencies required | 无需额外依赖
- Python 3.11 or higher | Python 3.11 或更高版本
- Windows OS (includes 7z.exe for extraction) | Windows 操作系统(包含用于提取的 7z.exe)
- Poetry (for dependency management) | Poetry(用于依赖管理)
Download the latest complex-unzip-tool-v2.exe from the Releases page. No installation required - just run the executable!
从 Releases 页面下载最新的 complex-unzip-tool-v2.exe。无需安装 - 直接运行可执行文件即可!
# Extract archives in a directory | 提取目录中的档案
complex-unzip-tool-v2.exe "C:\path\to\archives"
# Show version | 显示版本
complex-unzip-tool-v2.exe --version# Clone the repository | 克隆仓库
git clone https://github.com/rozx/Complex-unzip-tool-v2.git
cd Complex-unzip-tool-v2
# Install dependencies using Poetry | 使用 Poetry 安装依赖
poetry install
# Activate the virtual environment | 激活虚拟环境
poetry shell# Clone the repository | 克隆仓库
git clone https://github.com/rozx/Complex-unzip-tool-v2.git
cd Complex-unzip-tool-v2
# Install dependencies | 安装依赖
pip install typer rich
# Run directly with Python | 直接使用 Python 运行
python -m complex_unzip_tool_v2 [paths | 路径]# Extract archives in a directory | 提取目录中的档案
complex-unzip-tool-v2.exe "C:\path\to\archives"
# Extract specific archive files | 提取特定的档案文件
complex-unzip-tool-v2.exe "C:\archive1.zip" "C:\archive2.rar"
# Show version information | 显示版本信息
complex-unzip-tool-v2.exe --version
# Show help | 显示帮助
complex-unzip-tool-v2.exe --help💡 Drag & Drop Usage | 拖拽使用方法
The easiest way to use the tool is by drag and drop:
最简单的使用方法是拖拽操作:
- Drag files or folders | 拖拽文件或文件夹: Simply drag archive files or folders containing archives onto
complex-unzip-tool-v2.exe| 直接将档案文件或包含档案的文件夹拖拽到complex-unzip-tool-v2.exe上 - Automatic processing | 自动处理: The tool will automatically detect and extract all archives | 工具会自动检测并提取所有档案
- Smart grouping | 智能分组: Related archive parts will be grouped and processed together | 相关的档案部分会被分组并一起处理
# Extract archives in a directory | 提取目录中的档案
poetry run main "C:\path\to\archives"
# Or using the alias | 或使用别名
poetry run cuz "C:\path\to\archives"
# Extract specific archive files | 提取特定的档案文件
poetry run main "C:\archive1.zip" "C:\archive2.rar"# Show version information | 显示版本信息
complex-unzip-tool-v2.exe --version # For standalone | 独立版本
poetry run main --version # For development | 开发版本
# Permanently delete original files instead of moving to recycle bin | 永久删除原始文件而不是移动到回收站
complex-unzip-tool-v2.exe --permanent-delete "C:\archive.zip" # For standalone | 独立版本
poetry run main --permanent-delete "C:\archive.zip" # For development | 开发版本🗂️ File Deletion Behavior | 文件删除行为
By default, original archive files are moved to the Recycle Bin after successful extraction, allowing you to recover them if needed.
默认情况下,原始档案文件在成功提取后会被移动到回收站,如果需要可以恢复它们。
- Default behavior | 默认行为: Archives are moved to Recycle Bin | 档案被移动到回收站
- Permanent deletion | 永久删除: Use
--permanent-deleteflag to permanently delete files | 使用--permanent-delete标志永久删除文件
complex-unzip-tool-v2.exe --help # For standalone | 独立版本 poetry run main --help # For development | 开发版本
## 🔨 Building Standalone Executable | 构建独立可执行文件
The project includes a comprehensive build system that creates a fully self-contained executable with all dependencies embedded, including Python runtime and 7-Zip binaries.
该项目包含一个完整的构建系统,可创建一个完全独立的可执行文件,包含所有嵌入的依赖项、Python 运行时和 7-Zip 二进制文件。
### Quick Build | 快速构建
```bash
# Build using the poetry script (Recommended) | 使用 poetry 脚本构建(推荐)
poetry run build
# Ensure dependencies are installed | 确保已安装依赖项
poetry install
# Build using the poetry script | 使用 poetry 脚本构建
poetry run build# Run the build script directly | 直接运行构建脚本
poetry run python scripts/build.py
# Or on Windows, use the batch file | 或在 Windows 上使用批处理文件
scripts\build.bat# Install PyInstaller (already included in dev dependencies) | 安装 PyInstaller(已包含在开发依赖中)
poetry install
# Run the build script to generate spec and build | 运行构建脚本以生成规范并构建
poetry run python scripts/build.pyThe standalone executable will be created in the dist/ folder as complex-unzip-tool-v2.exe. This single file is completely self-contained and includes:
独立可执行文件将在 dist/ 文件夹中创建为 complex-unzip-tool-v2.exe。这个单一文件是完全独立的,包含:
- Python Runtime | Python 运行时: Complete Python 3.11+ interpreter | 完整的 Python 3.11+ 解释器
- All Dependencies | 所有依赖项: Typer, Rich, and all required packages | Typer、Rich 和所有必需的包
- 7-Zip Binaries | 7-Zip 二进制文件:
7z.exe- The main extraction engine | 主要提取引擎7z.dll- Required library | 必需的库文件License.txt- 7-Zip license | 7-Zip 许可证
- Application Code | 应用程序代码: All project modules and classes | 所有项目模块和类
- Default Passwords | 默认密码:
passwords.txtfile if present |passwords.txt文件(如果存在)
- 📦 Single File Distribution | 单文件分发: Everything bundled into one executable | 所有内容捆绑到一个可执行文件中
- 🚀 Fast Startup | 快速启动: Optimized for quick application launch | 针对快速应用程序启动进行优化
- 🔒 Secure Packaging | 安全打包: All dependencies are verified and included | 所有依赖项都经过验证并包含在内
- 📊 Progress Tracking | 进度跟踪: Build process shows detailed progress | 构建过程显示详细进度
- 🎯 Icon Integration | 图标集成: Includes application icon if available | 包含应用程序图标(如果可用)
# Extract archives | 提取档案
complex-unzip-tool-v2.exe "C:\path\to\archives"
# Extract specific files with multiple passwords | 使用多个密码提取特定文件
complex-unzip-tool-v2.exe "C:\file1.zip" "C:\file2.rar"
# Show version | 显示版本
complex-unzip-tool-v2.exe --version
# Show help | 显示帮助
complex-unzip-tool-v2.exe --helpThe standalone executable can be distributed without any installation requirements:
独立可执行文件可以在无需任何安装要求的情况下分发:
- No Python Required | 无需 Python: Recipients don't need Python installed | 接收者无需安装 Python
- No Dependencies | 无依赖: All libraries are embedded | 所有库都已嵌入
- Portable | 便携式: Can be run from any location | 可从任何位置运行
- Self-Contained | 自包含: Includes all necessary tools (7-Zip) | 包含所有必要工具(7-Zip)
- Create a
passwords.txtfile in the same directory as the executable | 在可执行文件的同一目录中创建passwords.txt文件 - Add one password per line | 每行添加一个密码
- The tool will automatically detect and use this file | 工具会自动检测并使用此文件
Example passwords.txt | passwords.txt 示例:
password123
mypassword
archive_password
www.example.com
123456
admin
guest
- Automatic Detection | 自动检测: Automatically tries all passwords in sequence | 自动按顺序尝试所有密码
- Fast Processing | 快速处理: Optimized password testing algorithm | 优化的密码测试算法
- Progress Tracking | 进度跟踪: Shows which passwords are being tested | 显示正在测试的密码
- Success Caching | 成功缓存: Remembers successful passwords for similar archives | 为相似档案记住成功的密码
Simply drag files or folders onto complex-unzip-tool-v2.exe
直接将文件或文件夹拖拽到 complex-unzip-tool-v2.exe 上
complex-unzip-tool-v2.exe "D:\Downloads\Archives"complex-unzip-tool-v2.exe "D:\file1.zip" "D:\file2.rar" "D:\multipart.001"# When you have movie.part1.rar, movie.part3.rar but missing movie.part2.rar
# The tool will search for and find movie.part2.rar from other archives or folders
# 当你有 movie.part1.rar、movie.part3.rar 但缺少 movie.part2.rar 时
# 工具会搜索并从其他档案或文件夹中找到 movie.part2.rar
complex-unzip-tool-v2.exe "D:\Downloads\Archives\movie.part1.rar" "D:\Downloads\Archives\movie.part3.rar" "D:\Downloads\Archives\movie-part2.rar"
# Also works with .001, .002, .003 format
# 也适用于 .001、.002、.003 格式
# Missing: archive.002, but has archive.001 and archive.003
# 缺失:archive.002,但有 archive.001 和 archive.003
complex-unzip-tool-v2.exe "D:\incomplete_multipart_archives.7z.001" "D:\incomplete_multipart_archives.7z.002" "D:\003part_here.7z"# Enhanced rule-based detection system reveals various obfuscation patterns:
# 增强的基于规则的检测系统揭示各种混淆模式:
# Complex multipart archives with disguised extensions:
# 具有伪装扩展名的复杂多部分档案:
# "movie.7z.deleteme.001" → "movie.7z.001"
# "data.rar.hiddentext.r01" → "data.rar.r01"
# "backup.zip.xyz123.z01" → "backup.zip.z01"
complex-unzip-tool-v2.exe "D:\movie.7z.deleteme.001" "D:\movie.7z.deleteme.002"
# Extensionless files with numeric patterns:
# 具有数字模式的无扩展名文件:
# "archive001" → "archive.7z.001" (auto-detected as 7z multipart)
# "backup123" → "backup.7z.123"
complex-unzip-tool-v2.exe "D:\archive001" "D:\archive002" "D:\archive003"
# Mixed obfuscation patterns:
# 混合混淆模式:
# "document.pdf.fake.001" → "document.pdf.001"
# "video.mp4.disguise.part1" → "video.mp4.part1"
complex-unzip-tool-v2.exe "D:\document.pdf.fake.001"
# The new system automatically:
# 新系统自动:
# - Applies rules based on priority | 基于优先级应用规则
# - Detects archive type from patterns | 从模式检测档案类型
# - Groups related parts together | 将相关部分分组在一起
# - Handles complex naming schemes | 处理复杂的命名方案# Place passwords.txt in the same directory as the exe | 将 passwords.txt 放在 exe 相同目录中
complex-unzip-tool-v2.exe "D:\protected_archive.zip"complex-unzip-tool-v2.exe --version
complex-unzip-tool-v2.exe --helppoetry run main "D:\Downloads\Archives"poetry run main "D:\file1.zip" "D:\file2.rar" "D:\multipart.001"poetry run cuz "D:\Downloads\Archives"- Fork the repository | Fork 本仓库
- Create your feature branch | 创建你的功能分支 (
git checkout -b feature/AmazingFeature) - Commit your changes | 提交你的更改 (
git commit -m 'Add some AmazingFeature') - Push to the branch | 推送到分支 (
git push origin feature/AmazingFeature) - Open a Pull Request | 开启一个 Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
本项目基于 MIT 许可证 - 查看 LICENSE 文件了解详情。
- Rozx - GitHub