Initial commit - 按新规范整理目录结构
- Code/: 源代码、配置文件、文档、工具 - Releases/: 发布包(v1.0) - Test/: 测试用例和测试脚本
This commit is contained in:
15
Code/requirements.txt
Normal file
15
Code/requirements.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# 远程连接音量自动调节器 - 依赖列表
|
||||
# 零第三方依赖版本 - 仅使用 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
|
||||
Reference in New Issue
Block a user