Skip to main content

A python library for printing on the Poooli thermal printer.

Project description

poooli

A python library for printing on the Poooli thermal printer (unofficial). Inspired by the blog posts by @cure_honey on Poooli.

example

import bluetooth
from poooli import Poooli

socket = bluetooth.BluetoothSocket(bluetooth.RFCOMM)

pli = Poooli(socket)
pli.connect("YOUR:POOLI:MAC:ADDRESS", channel=1)
pli.send_image("path/to/image.png", contrast=1.5, brightness=1.5)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poooli-0.1.4.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

poooli-0.1.4-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page