https://github.com/julongzhilu/eye-protect
用PyQt5写的强制护眼软件
https://github.com/julongzhilu/eye-protect
eye health pyqt pyqt5 python windows
Last synced: about 2 months ago
JSON representation
用PyQt5写的强制护眼软件
- Host: GitHub
- URL: https://github.com/julongzhilu/eye-protect
- Owner: JuLongZhiLu
- License: mit
- Created: 2025-12-05T15:20:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-05T15:37:34.000Z (6 months ago)
- Last Synced: 2025-12-09T01:52:23.606Z (6 months ago)
- Topics: eye, health, pyqt, pyqt5, python, windows
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eye-protect
用PyQt5写的强制护眼软件
## 如何紧急退出?
因为代码中严格实现了“不能退出”的要求(屏蔽了键盘和关闭按钮),如果你在测试时设置了太长的时间导致无法使用电脑,请使用以下方法:
方法 1:按下 Ctrl + Alt + Del 调出任务管理器(这是系统级中断,PyQt 无法屏蔽),然后强制结束 Python 进程。
建议:初次运行测试时,建议将休息时长设置为 1 分钟或更短,以防逻辑卡死。
## 运行效果
