python icon indicating copy to clipboard operation
python copied to clipboard

pyqrcode appears unmaintained, drop-in replacement ist pyqrcode-NG

Open richardwonka opened this issue 10 months ago • 0 comments

more info for a one-liner change in the import: https://pypi.org/project/PyQRCodeNG/

Quoting from pipy.org:

Replacing PyQRCode with PyQRCodeNG

PyQRCodeNG is a fork of PyQRCode since the latter seems to be unmaintained. The API is mainly compatible to PyQRCode. In your code you can use the following import without changing the QR Code generation code.

import pyqrcodeng as pyqrcode

richardwonka avatar Feb 26 '25 15:02 richardwonka