QR code generator. It allows users to create custom QR codes for various purposes, such as sharing URLs, contact information, Wi-Fi credentials, and more.
$ pip install qrcode
$ import qrcode
Color | Hex |
---|---|
blue | #0000ff |
red | #ff0000 |
$ he can change the from this define method img = qr.make_image(fill_color="red", back_color="blue")
$ link 🔗 is user defined