mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 03:52:10 +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)
|