Skip to content

MiniXC/poooli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A python library for printing on the Poooli thermal printer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages