Use Brother P-Touch 700/750W on Linux

Due to the great work of someone, who has written a tool to use a Brother P-Touch from Linux via CLI and without CUPS, it is possible to use those label-printers on Linux.

The sourcecode can be found here.

Installation

Tested on Ubuntu24.04

git clone https://git.familie-radermacher.ch/linux/ptouch-print.git
cd ptouch-print
sudo apt install cmake gettext libgd-dev libusb-1.0-0-dev
sudo bash ./build.sh
sudo ./build/ptouch-print --text "Test"
sudo mv ./build/ptouch-print /usr/bin

Sourced from dominic.familie-radermacher.ch/projekte/ptouch-print/