# tools002_windows_process_spy **Repository Path**: chenwl888/tools002_windows_process_spy ## Basic Information - **Project Name**: tools002_windows_process_spy - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-31 - **Last Updated**: 2026-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Windows Process Spy Windows进程监控和管理工具 ## 主要功能 - 🔍 **窗口检测** - 实时检测窗口信息 - 📸 **截图工具** - 快速截图和标注 - 🔌 **端口监控** - 端口vs进程查询 - ⚙️ **进程管理** - 进程信息查看和管理 ## 快速使用 ### GUI版本 1. 下载并双击 `WindowSpyGUI.exe` 2. 无需安装Python环境 ### 开发者运行 ```bash python main.py ``` ## 构建发布版本 ### 推荐构建脚本 ```cmd build_release_clean.bat ``` ### 其他编译脚本 | 脚本 | 用途 | |------|------| | `build_release_clean.bat` | ⭐ 主构建脚本 (生成21.5MB单文件) | | `run_window_spy.bat` | 开发运行脚本 | | `screenshot.bat` | 独立截图工具 | | `clean.bat` | 清理构建文件 | ## 系统要求 - **操作系统**: Windows 10/11 - **运行环境**: Python 3.8+ (开发时) ## 技术栈 - **Python 3.13** - **Tkinter** (GUI框架) - **PyInstaller** (打包工具) - **psutil** (进程/端口监控) - **Pillow** (图像处理) ## 项目结构 ``` ├── main.py # GUI启动器 ├── build_release_clean.bat # ⭐ 核心构建脚本 ├── modules/ # 功能模块 ├── res/ # 资源文件 └── requirements.txt # 依赖列表 ``` --- **构建脚本**: 运行 `build_release_clean.bat` 一键打包