Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
zfb132 committed May 3, 2022
1 parent 01bfd1e commit 30b2526
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
二维码图片批量检测软件
支持常见的图片文件:`jpg``jpeg``png``bmp``tif``tiff``pbm``pgm``ppm``ras`等(识别二维码根据的是文件内容,即使扩展名为其他的,只要文件内容是图片编码都可识别)

启动软件界面
<img src="docs/startup.png" alt="启动软件界面" align=center />

软件运行过程
<img src="docs/progress.png" alt="软件运行过程" align=center />

软件运行结束
<img src="docs/result.png" alt="软件运行结束" align=center />
软件截图
<img src="docs/result.png" alt="软件截图" align=center />

## 1. 功能
* 完全离线的软件,升级和更新在GitHub查看
Expand Down
5 changes: 5 additions & 0 deletions pyqt5_qr_scan.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# author: 'zfb'
# time: 2022-02-20 11:18

from PyQt5.QtCore import Qt, QObject, QThread, pyqtSignal
from PyQt5.QtWidgets import (QApplication, QDialog, QGridLayout, QGroupBox, QHBoxLayout, QLineEdit,
QProgressBar, QPushButton, QRadioButton, QSizePolicy, QStyleFactory, QVBoxLayout,
Expand Down

0 comments on commit 30b2526

Please sign in to comment.