Static QR code Generator

Hello Pan X Enthusiasts!

Has anyone successfully generate QR codes in Panorama? I would like to copy and paste a URL into a field, and have Pan X generate a static QR code for the URL, which I can print.

Thank you!

I found an online web site that might help you:

https://goqr.me/api/doc/create-qr-code/

Using this web site I was able to use this code to generate an QR code PNG file on the desktop.

filesave "~/Desktop/qrcode.png",url("http://api.qrserver.com/v1/create-qr-code/?data=HelloWorld!&size=100x100")

Here’s the QR code I generated with this code.

Of course you could save this file anywhere with any name, and then use a Text Display object to display and/or print it.

Thank you Jim. This worked very well for my application.