8000 GitHub - pydmtx/pydmtx: pydmtx is a Python library that enables programs to write Data Matrix barcodes of the modern ECC200 variety.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ pydmtx Public

pydmtx is a Python library that enables programs to write Data Matrix barcodes of the modern ECC200 variety.

License

Notifications You must be signed in to change notification settings

pydmtx/pydmtx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License

MIT

About

pydmtx is a Python library that enables programs to write Data Matrix barcodes of the modern ECC200 variety.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0