Skip to content

Python utility for printing lables on Brother P-Touch P750W

Notifications You must be signed in to change notification settings

adambartyzal/labelprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python utility for printing lables on Brother P-Touch P750W

Since I haven't found any reasonable way to use broher p-touch software on linux with Brother P-Touch P750W printer, with help of this ruby code I've written a python utility for printing labels.

Works also with Brother P-touch PT-E550W

Dependencies

  • python 3+
  • pillow - for text to image conversion
  • treepoem - for generating datamatricies

Usage

python labelprint.py text_to_print path_to_printer [custom_datamatrix_data]

  • For me the printer is located at /dev/usb/lp0 and belongs to the lp group.
  • Without the last parameter, datamatrix contain text_to_print data

Example

About

Python utility for printing lables on Brother P-Touch P750W

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages