This is a useful module to create QR Codes to display to your end user. I use this a lot for photo booth projects. I will upload the photo to the server with an assigned filename and then generate a QR Code so the user can go and download their photo right way. You can assign any data to the QR Code, not just an URL. From a phone number to an email address. Whatever you want to do with it, it is flexible. You can also set the foreground and background colors of the QR Code to match your project interface as needed.
Requirements:
- Must install python on your local machine and set the path inside TouchDesigner.
- Standard Method: INSTALLING CUSTOM PYTHON PACKAGES
- Advanced Method with anaconda or TD PIP by alphamoonbase: How to use external python libraries in Touchdesigner
- Then you must install the PyQRcode library
$ pip install pyqrcode