In this short video, I have a simple Python QR code generator app that you can use to make a QR code that points to a website or just contains some text.
It requires the qrcode package to be installed from pypi and a virtual environment for it to run in.
If you need to know how to create a virtual environment, I have a video on my channel here • Managing Python Virtual Environments and P... .
#howto #tutorial #python #programming #guide