This Python script generates a QR code that opens your GitHub profile when scanned.
The QR code saved as My_Github.png
will look like a standard QR code with the GitHub logo centered.
- Python 3.7+
- qrcode
- pillow (PIL)
Install them with:
pip install -r requirements.txt