top of page
ToucanSway
Home
Blog
More
Use tab to navigate through the menu items.
All Posts
QR CODE GENERATOR IN PYTHON
import qrcode from PIL import Image qr = qrcode.QRCode( version=1, error_correction=qrcode.constants.ERROR_CORRECT_L, box_size=10,...
waclaw_koscielniak
Sep 29
1 min read
bottom of page