ubuntu-buildroot/support/testing/tests/package/sample_python_qrcode.py

4 lines
115 B
Python
Raw Normal View History

2024-04-01 15:19:46 +00:00
import qrcode
import qrcode.image.svg
img = qrcode.make('Some data here', image_factory=qrcode.image.svg.SvgImage)