Skip to content

thevkrant/linkedin_profile_QR-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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