1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_PYQRCODE 2*4882a593Smuzhiyun bool "python-pyqrcode" 3*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime 4*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_CODECSCJK if BR2_PACKAGE_PYTHON # runtime 6*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_CODECSCJK if BR2_PACKAGE_PYTHON3 # runtime 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun A QR code generator written purely in Python with SVG, EPS, 9*4882a593Smuzhiyun PNG and terminal output. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://github.com/mnooner256/pyqrcode 12