Skip to content

Instantly share code, notes, and snippets.

@upgundecha
Created October 22, 2019 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upgundecha/3e50f2dd56fd0d74366799d4eb0154b4 to your computer and use it in GitHub Desktop.
Save upgundecha/3e50f2dd56fd0d74366799d4eb0154b4 to your computer and use it in GitHub Desktop.
QR Code and Url Scheme

This requires Python installed on the machine

  1. Install Python QR code package along with Pillow
pip install qrcode[pil]
  1. Generate a QR code with Url Scheme (in this example, we'll create a QR code which opens given URL in Google Chrome browser
qr "googlechrome://unmesh.me" > url.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment