Make a QR Code with Python

Опубликовано: 14 Февраль 2026
на канале: Dev Neil A
138
4

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