[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 463 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 463 Bytes

QrCodes

Powershell Module to create QRCodes (with some support for other formats).

Use Out-BarcodeImage to generate an image file containing a barcode. ConvertTo-QRCode can be used to convert a string to a QRCode and then pipe to Format-QRCode to display the code on screen.

There are also functions to search upcdatabase.com (Find-UPC) and to create a VCard string (New-VCard). You will need to provide your own API key to use the Find-UPC command.