Pydmtx
pydmtx is a Python library that enables programs to write Data Matrix barcodes of the modern ECC200 variety.
Install / Use
/learn @pydmtx/PydmtxREADME
pydmtx
pydmtx is a Python library that enables programs to write Data Matrix barcodes of the modern ECC200 variety.
Contents
Features
- Implemented in accordance with ISO/IEC 16022:2006(E)
- Usually produce the shortest codeword stream
- Supports rectangular symbols
- Plugins
Installation
Use the package manager pip to install pydmtx.
pip install TODO
Usage
TODO
Examples
import pydmtx
text_representation = pydmtx.encode("hello").format("text")
CLI
TODO
Export plugins
Additional export mechanism can be installed as plugins. They can be found on the Python Package Index. Here's a few picks:
Create your own export plugin
TODO
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Contact
If you want to contact me you can reach me at mkgumienny@gmail.com
