Files
remote-volume-monitor/Releases/remote-volume-monitor-v1.0/requirements.txt
Agent 45e7d9553a Initial commit - 按新规范整理目录结构
- Code/: 源代码、配置文件、文档、工具
- Releases/: 发布包(v1.0)
- Test/: 测试用例和测试脚本
2026-03-20 06:54:40 +08:00

39 lines
677 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 远程音量监控工具 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程序可直接运行*