https://github.com/yuesong-feng/qr-code-scanner-based-on-raspberrypi
基于Python+树莓派的二维码扫描程序,同时运行chuli.py和paizhao.py即可
https://github.com/yuesong-feng/qr-code-scanner-based-on-raspberrypi
Last synced: 16 days ago
JSON representation
基于Python+树莓派的二维码扫描程序,同时运行chuli.py和paizhao.py即可
- Host: GitHub
- URL: https://github.com/yuesong-feng/qr-code-scanner-based-on-raspberrypi
- Owner: yuesong-feng
- Created: 2019-07-02T12:18:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T12:24:02.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T03:29:50.676Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR-code-scanner-based-on-raspberryPi
基于Python+树莓派的二维码扫描程序,同时运行chuli.py和paizhao.py即可使用前需要打开树莓派的Camera
需要安装的依赖包有:
sudo apt-get install python-imaging
sudo apt-get install zbar-tools
sudo apt-get install qrencode
sudo apt-get install python-pygame