# qr_code **Repository Path**: atshike/qr_code ## Basic Information - **Project Name**: qr_code - **Description**: 微信二维码识别 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-18 - **Last Updated**: 2024-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### OpenCV 微信二维码识别 #### 安装 ``` pip install opencv-python pip install opencv-contrib-python ``` #### 编译 ``` pip install pyinstaller pyinstaller --onefile --windowed --clean main.py --name cv_qr ``` #### 使用 ``` 1、./cv_qr 网络图片 # 编译后的文件 2、python main.py 网络图片 ```