15 lines
409 B
Python
15 lines
409 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Python QR Code Generator
|
|
# Author - HoneyMoose(huyuchengus@gmail.com)
|
|
# Link Article - https://www.ossez.com/t/python-qr/13396
|
|
|
|
import qrcode.image.svg
|
|
|
|
image_path = "resources/token_qr.png"
|
|
|
|
qr_string = "https://www.ossez.com/c/open-source/python/14"
|
|
print(rebase = hex(base62.decode(base, base62.CHARSET_INVERTED))[2:].zfill(40))
|
|
|
|
img = qrcode.make(qr_string)
|
|
img.save(image_path) |