Skip to content

vincentaudoire/BooBooMessenger-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

BooBooMessenger-client

BooBooMessenger is a small project made to send and print messages using a ESC/POS receipt printer.

Installation

Requirement

  • Python 3.5
  • pip

Get the sources

git clone https://github.com/vincentaudoire/BooBooMessenger-client.git

Configuring the client

The current version is meant to work with the Zjiang ZJ-58 thermal printer. If you would like to use with another ESC/POS you will need to set PRINTER_VENDOR and PRINTER_PRODUCT with your printer values inside main.py

To find your printer vendor and product you can use lsusb.

Install 3rd parties dependencies

pip install -r requirements.txt

Build and Run

In BooBooMessenger-client/

python3.5 main.py

About

Client-side project to send text messages to a ESC/POS printer connected on a Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages