Controll a datamax o'neil labelprinter using DPL
Project description
Datamax python adapter
This piece of code allows you to control a datamax-o'neil label printer. You do not need knowledge of the datamax programming language for simple tasks, this module takes care of it.
The module was developed and tested on python 3.6 using a datamax o'neil e-class mark III printer. It still has very limited functionality allowing you to print text labels and QR-codes. In case you need any other features feel free to contribute.
Install
$ pip install datamax-printer
or from source:
$ python setup.py install
Getting started
from datamax_printer import DPLPrinter
printer = DPLPrinter('<ip of the printer>')
printer.configure()
printer.start_document()
printer.set_qr_code(285, 120, 'https://www.innetag.ch/', 9)
printer.set_label(300, 60, 'innetag.ch', 9, 10)
printer.print()
Please check the example.py
file in our GitHub repository
for a working example.
Ressources
In case you need more information about the datamax programming language, please check the official DPL documentation. It also contains information about the different fonts available (see Appendix C).
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
Built Distribution
File details
Details for the file datamax_printer-0.1.1.tar.gz
.
File metadata
- Download URL: datamax_printer-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4103eddb72f578590b7b1e74f14149daf996790f6cbeb21596c779cdf35a799 |
|
MD5 | 0fe7edfeafaf8b143e1b22240e030965 |
|
BLAKE2b-256 | deb8a97b5201b39d121ee2c9b8d255867b5582273003683055405ec6dcda1df7 |
File details
Details for the file datamax_printer-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: datamax_printer-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 168680b9999fb567f6b1a3a11324d2c703c3776072830a68521b876b8f4a71a7 |
|
MD5 | 754cf1be09a3ea0c7dca9199a8cd479d |
|
BLAKE2b-256 | 31e8fa792f0dfc84d6565787929f537f0d93f6cd682e9ec33f4f22a541b58f0f |