Files
remote-volume-monitor/requirements.txt
Agent e4a53c6064 重构:将 Code 文件夹内容移至仓库根目录
- 移除 Code 文件夹层级
- 源代码、文档、配置直接放在根目录
- 更新 .gitignore 排除 Releases/Test
2026-03-20 07:08:05 +08:00

16 lines
522 B
Plaintext
Raw Permalink 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.
# 远程连接音量自动调节器 - 依赖列表
# 零第三方依赖版本 - 仅使用 Python 标准库
# Windows 系统要求:
# - Windows 10/11
# - Python 3.8+
# 可选工具(非必需):
# - nircmd.exe: 备用音量控制工具
# 下载地址https://www.nirsoft.net/utils/nircmd.html
# 使用方法:将 nircmd.exe 放到系统 PATH 或程序目录
# 安装命令(无需安装任何 Python 包):
# pip install -r requirements.txt
# 或直接运行程序python src/remote_volume_monitor.py