Initial commit - 按新规范整理目录结构
- Code/: 源代码、配置文件、文档、工具 - Releases/: 发布包(v1.0) - Test/: 测试用例和测试脚本
This commit is contained in:
38
Releases/remote-volume-monitor-v1.0/requirements.txt
Normal file
38
Releases/remote-volume-monitor-v1.0/requirements.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
# 远程音量监控工具 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,程序可直接运行!*
|
||||
Reference in New Issue
Block a user