There is a simple way to create an interesting way to introduce your LinkedIn profile through a QR code using Python.
Python 3
PyQRCode
import pyqrcode
link = pyqrcode.create('Paste your linkedin profile url here.')
link.png('code.png', scale=8)
There is a simple way to create an interesting way to introduce your LinkedIn profile through a QR code using Python.
Python 3
PyQRCode
import pyqrcode
link = pyqrcode.create('Paste your linkedin profile url here.')
link.png('code.png', scale=8)