MeerK40t Barcode Extension
Project description
meerk40t-barcodes
MeerK40t 0.8+ Barcode extension.
Barcode-Extension
- Registers the console command:
qrcode
which will generate a qrcode
Usage: qrcode x_pos y_pos dim code
Arguments:
x_pos X-position of qr-code y_pos Y-position of qr-code dim Width/length of qr-code code Text to create qr-code from
Options:
--boxsize (-x) Boxsize (default 10) --border (-b) Border around qr-code (default 4) --version (-v) size (1..40) --errcorr (-e) error correction, one of L (7%), M (15%), Q (25%), H (30%)
- Registers the console command:
barcode
which will generate a barcode
Usage: barcode x_pos y_pos dimx dimy btype code
Arguments:
x_pos X-Position of barcode y_pos Y-Position of barcode dim Width of barcode, may be 'auto' to keep native width dimy Height of barcode, may be 'auto' to keep native height btype Barcode type code The code to process
Options:
--notext (-n) suppress text display
- GUI-Support The installation of this tool will register a new button in the Design section of MeerK40t:
If you click on it then a dialog will pop up allowing you to design a qr-code / a barcode:
This will create an element in Meerk40t that can be treated like any other regular path, but which will allow post-creation change of the underlying code (ie the barcode will be regenerated based on the new input).
Installing
pip install meerk40t-barcodes
Or- Download into a directory:
$ pip install .
Development
- If you are developing your own extension for meerk40t you will want to use:
$ pip install -e .
this installs the python module in edit mode which allows you to easily see and experience your changes. Without reinstalling your module.
Acknowledgements
- This MeerK40t extension uses the work of two great libraries to create barcodes & QR codes:
- The python-barcode library (https://github.com/WhyNotHugo/python-barcode)
- The qrcode library (https://github.com/lincolnloop/python-qrcode)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
meerk40t-barcodes-0.2.0.tar.gz
(21.7 kB
view hashes)
Built Distribution
Close
Hashes for meerk40t_barcodes-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb9d03dd6cc2eb31fd2bdd91c4b0c07252d86fd9423e47fdfec253dc600fbf5f |
|
MD5 | f08624cc2c2242978259a7ffa0f51a24 |
|
BLAKE2b-256 | b64e92241cca0b73d391e491ece186243d343bff51af74bc582b6d3560b59ad8 |