WasatchPhotonics / django-StickerCode

Web service to create qr codes, short links and QL-700 shaped stickers for device serialization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StickerCode

Build Status Coverage Status

Django application to create qr codes, short links and QL-700 shaped stickers for device serialization.

StickerCode screenshot

Getting Started

PyQRNative is required. Use the fork here: https://github.com/WasatchPhotonics/pyqrnative for a typo correction on linux.

System requirements on Linux

# Tested with Fedora Core 24
dnf install freetype-devel gcc libjpeg-devel zlib-devel ImageMagick-devel

Conda environment creation

# Tested with conda3 64 bit
conda create --name django-StickerCode

source activate django-StickerCode

git clone https://github.com/WasatchPhotonics/pyqrnative
cd pyqrnative
python setup.py install

conda install pillow pytest-cov

Setup and Tests

  • cd directory containing this file

  • python setup.py develop

  • default django test command goes here

About

Web service to create qr codes, short links and QL-700 shaped stickers for device serialization.


Languages

Language:Python 76.0%Language:JavaScript 22.8%Language:CSS 1.2%