Programmatic printing in python.
This software was developed for the EPSON TM-T88IV
. However, this should work for most receipt printers. This only works for Debian based systems so far.
Raspbian Jessie, --> YES
Ubuntu 14.04 --> Not tested, but should work
Debian Jessie --> Not tested, but should work
MacOS --> Will never work
Windows --> Will never work
$ git clone https://github.com/evdevs/kprint
$ cd kprint
$ sudo ./install.sh
$ python print.py
- implement a flag to print from a file, given absolute path
- make different templates for reciept printing
- create an API to allow a user to print with one line of code