# 远程音量监控工具 V1.0 - 依赖说明

## Python 依赖

**零第三方依赖！** 仅使用 Python 标准库：
- ctypes
- os
- subprocess
- configparser
- logging
- time
- pathlib

## 系统要求

- Windows 10/11
- Python 3.8+

## 推荐工具（可选）

### nircmd.exe（强烈推荐）

用途：精确控制 Windows 系统音量

下载：
- 64 位：https://www.nirsoft.net/utils/nircmd-x64.zip
- 32 位：https://www.nirsoft.net/utils/nircmd.zip

安装：
1. 解压 ZIP 文件
2. 将 nircmd.exe 复制到 `tools\` 目录
3. 完成！

程序会自动检测并使用 nircmd，获得最佳体验。

---

*无需运行 pip install，程序可直接运行！*
