mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-26 04:22:12 +00:00
4 lines
115 B
Python
4 lines
115 B
Python
|
|
import qrcode
|
||
|
|
import qrcode.image.svg
|
||
|
|
img = qrcode.make('Some data here', image_factory=qrcode.image.svg.SvgImage)
|