An open API service indexing awesome lists of open source software.

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即可

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