Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 791 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 791 Bytes

Linkedin profile QR code using Python

Python tip:

There is a simple way to create an interesting way to introduce your LinkedIn profile through a QR code using Python.

Prerequisites

Python 3 PyQRCode

Source Code

import pyqrcode
link = pyqrcode.create('Paste your linkedin profile url here.')
link.png('code.png', scale=8)

Output

output

Author Name

Vikrant