# cyber windows服务端,监听手机的指令,实现解锁登录,语音操控 ## develop ``` pip install -r requirements.txt python main.py ``` ## 实现方案 * 手机端: 集成人脸识别sdk验证人脸,验证成功给pc发送登录解锁指令。手机实现蓝牙键盘,和pc键盘匹配成功,手机模拟键盘发送登录账户密码实现登录解锁。 * windows端: 开启tcp监听端口,等待客户端连接,接收登录解锁指令,执行相应的命令。 ## License **cyber** is licensed under the [MS-RL (Microsoft Reciprocal License)](LICENSE).