Skip to content

Latest commit

Β 

History

History
41 lines (26 loc) Β· 1.16 KB

File metadata and controls

41 lines (26 loc) Β· 1.16 KB

πŸ“Š DataMatrix Transformer πŸ› οΈ

Welcome to the DataMatrix Transformer repository! This project is designed to simplify and enhance the resizing of data matric qr codes using Python (using libdmtx and treepoem) 🐍 and Docker 🐳. Features ✨

  • Efficient Data Processing: Transform data matric codes with ease
  • Scalable: Utilize Docker to ensure scalability and consistency
  • Easy to Use: Ready to run Docker containers are provided
  • Provides an easy to use open API

Getting Started πŸš€

Clone the Repository:

git clone https://github.com/deep2web/DataMatrix-Transformer.git

Navigate to the Project Directory:

cd DataMatrix-Transformer

Build the Docker Image:

docker buildx build -t datamatrix-transformer .

Run the Docker Container:

docker run -p 80:8000 datamatrix-transformer

Alternatively there is also a prebuild Docker image provided:

docker pull ghcr.io/deep2web/datamatrix-transformer:main

Access API docs via localhost:80/docs

Contributing 🀝

I welcome contributions! Feel welcome to open a Pull request or Issue.

License πŸ“œ

This project is licensed under the GNU General Public License - see the LICENSE file for details.