quietboil / tcl-2d-codes

TCL packages to generate Datamatrix and QR Codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCL 2D Codes

Two TCL packages - Datamatrix and QR Code - to generate respective 2D codes.

Installation

Copy datamatrix and/or qrcode directories into TCL lib location. Consult info lib if in doubt where that is.

Examples

display_datamatrix.tcl and display_qrcode.tcl scripts could be used to display provided text as a Datamatrix or a QR Code respectively. Their main purpose however is to provide a demo of calling the matrix generation API.

Datamatrix Demo

wish display_datamatrix.tcl "Hello, World!" -window .

datamatrix

QR Code Demo

wish display_qrcode.tcl "Hello, World!" -window . -ppm 4

qrcode

About

TCL packages to generate Datamatrix and QR Codes.

License:BSD Zero Clause License


Languages

Language:Tcl 100.0%