# AntiSee **Repository Path**: handongliren/AntiSee ## Basic Information - **Project Name**: AntiSee - **Description**: 和希沃管家决斗吧!保护你的隐私! - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-29 - **Last Updated**: 2026-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AntiSee 检测希沃管家调用摄像头,弹出全屏红色警告条。保护教室隐私。 ## 安装 ```bash pip install maliang psutil ``` ## 使用 ```bash pythonw AntiSee.pyw # 主控 GUI pythonw AntiSee.pyw start # 后台检测 pythonw AntiSee.pyw stop # 停止检测 pythonw AntiSee.pyw control # 主控 GUI pythonw AntiSee.pyw show # 弹出警告条 pythonw AntiSee.pyw install # 开机自启 pythonw AntiSee.pyw uninstall # 移除自启 ``` ## 检测原理 通过 `CapabilityAccessManager` 注册表读取摄像头使用时间戳,结合希沃采集进程状态,判定摄像头是否正在被调用。 ## License MIT