https://github.com/paradiseduo/qrcode
Mac QR Code scan application
https://github.com/paradiseduo/qrcode
Last synced: 4 months ago
JSON representation
Mac QR Code scan application
- Host: GitHub
- URL: https://github.com/paradiseduo/qrcode
- Owner: paradiseduo
- Created: 2021-05-28T07:52:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T08:55:40.000Z (about 4 years ago)
- Last Synced: 2025-01-14T14:29:31.916Z (5 months ago)
- Language: C++
- Size: 32.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QRcode
Mac上二维码扫描工具。
使用了[WeChat刚开源的二维码扫描引擎](https://github.com/opencv/opencv_contrib/tree/master/modules/wechat_qrcode)
由于这东西使用了OpenCV,因此安装包体积大的一批,之后会出一个直接用苹果自带的二维码扫描引擎的版本。
界面很简单,功能也很简单。

把窗口移动到二维码所在的窗口前,点一下scan就行了。

另外对于macOS 10.15及以上系统需要授予屏幕录制权限,这个大家都懂。