A simple and efficient tool to generate custom QR codes using Python. I built this to easily share my GitHub profile with a quick scan!
Scan this to visit my GitHub profile:
This project uses the qrcode library to handle the data encoding and the Pillow library to render the actual image.
You will need to install the following dependencies:
pip install qrcode[pil]