mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
config BR2_PACKAGE_PYTHON_PYQRCODE
|
|
bool "python-pyqrcode"
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
|
select BR2_PACKAGE_PYTHON3_CODECSCJK # runtime
|
|
help
|
|
A QR code generator written purely in Python with SVG, EPS,
|
|
PNG and terminal output.
|
|
|
|
https://github.com/mnooner256/pyqrcode
|