Skip to main content

One post tagged with "qrcode"

qrcode tag description

View All Tags

Create QR code generator with logo

· 6 min read
Serhii Hrekov
software engineer, creator, artist, programmer, projects founder

How to create QR code generator with logo with Python​

Creating a QR code generator with logo in Python is best done using the qrcode library, specifically its advanced image capabilities, combined with Pillow (PIL) for image handling. This guide provides two methods: a simple, modern approach and a manual, detailed approach.