Metadata-Version: 2.1
Name: qrdata
Version: 0.0.2
Summary: a tool that can generate qrcode from text or file
Home-page: https://github.com/netbuddy/qrcode
Author: netbuddy
Author-email: netbuddy@qq.com
Project-URL: Bug Tracker, https://github.com/netbuddy/qrcode/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: chardet >=5.2.0
Requires-Dist: click >=8.1.7
Requires-Dist: numpy >=2.0.1
Requires-Dist: opencv-python >=4.10.0.84
Requires-Dist: pillow >=10.4.0
Requires-Dist: pypng >=0.20220715.0
Requires-Dist: PyQt5 >=5.15.9
Requires-Dist: pyqt5-plugins >=5.15.9.2.3
Requires-Dist: PyQt5-Qt5 >=5.15.2
Requires-Dist: pyqt5-tools >=5.15.9.3.3
Requires-Dist: PyQt5-sip >=12.15.0
Requires-Dist: python-dotenv >=1.0.1
Requires-Dist: pyzbar >=0.1.9
Requires-Dist: qrcode >=7.4.2
Requires-Dist: qt5-applications >=5.15.2.2.3
Requires-Dist: qt5-tools >=5.15.2.1.3
Requires-Dist: typing-extensions >=4.12.2
Requires-Dist: zxing >=1.0.3

## 1. install
```bash
$ sudo apt-get install libzbar-dev
$ sudo apt install openjdk-21-jre-headless
$ pip install qrcode[pil] opencv-python pyzbar zxing PyQt5 pyqt5_tools
```
