MemoLip_tablet
Functions | Variables
qr.py File Reference

QRコード作成モジュール More...

Functions

def qr.make (message)
 QRコード作成関数 More...
 

Variables

int qr.w = 800
 
int qr.h = 500
 
 qr.root = tk.Tk()
 
 qr.canvas = tk.Canvas(root,width=w,height=h,bg='white')
 
tuple qr.f = ('FixedSys, 14')
 
def qr.imgtk = make("https://drive.google.com/uc?id=1-w2nyRGHrR_HG2D4CVbWW1afNMBM-ohA")
 
 qr.image
 
 qr.anchor
 

Detailed Description

QRコード作成モジュール

Author
草茅 新太
Date
2021/11/11

Function Documentation

◆ make()

def qr.make (   message)

QRコード作成関数

Parameters
messageQRコード化する文字列
Returns
QRコードの画像