Skip to content

mattkimmel/Python-Thermal-Printer

 
 

Repository files navigation

Python-Thermal-Printer

Setup

If you would like to use github.py, you'll need to install github3.py and its dependencies (which, sadly, do not have a Raspbian package). I installed it like this:

sudo apt-get install libffi-dev
sudo apt-get install python-setuptools
sudo easy_install pip
sudo pip install --pre github3.py

You'll also need to install sqlite3 in order to use github.py:

sudo apt-get install sqlite3

About

My customizations to Adafruit's thermal printer library. The original is at https://github.com/adafruit/Python-Thermal-Printer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%