mnooner256 / pyqrcode

Python 3 module to generate QR Codes
BSD 3-Clause "New" or "Revised" License
410 stars 76 forks source link

for latest code see pyqrcodeNG - outstanding pull requests #73

Open clach04 opened 4 years ago

clach04 commented 4 years ago

I ended up spending a bit of time looking at this before realizing that this project has not been active for the last 4 years and newer code is available.

TL'DR

pip install pyqrcodeng

will get latest code from https://github.com/pyqrcode/pyqrcodeNG with the same API as this project (note that repo as of 2020 is now officially unmaintained but the code is ahead of this repo and includes PRs made against this repo which are open).

Also consider https://github.com/heuer/segno which is maintained.

Thanks everyone who contributed to this project especially Michael who spent the time to get this started, polished and shared out.

clach04 commented 4 years ago

Background reading: