curreta / pytouch-cube

Qt5 Label Editor for Brother P-Touch Cube label maker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTouch Cube

Qt5 Label Editor for Brother P-Touch Cube label maker.
Forked from this gist by @stecman

Installation note:

To install the dependencies into a virtual env run

python3 -m venv venv
. venv/bin/activate

Install the dependencies with

python3 -m pip install -r requirements.txt

and run the app with

python3 pytouch.py

Connecting to the device on linux

After connecting to the device it will automatically disconnect again. On linux you can list the device by using bluetooth-ctl's paired-devices listing. e.g.

[bluetooth]# paired-devices
Device EC:79:49:65:XX:XX PT-P300BTXXXX

You can then create an rfcom device from the bl address:

sudo rfcomm bind 0 EC:79:49:65:XX:XX 1

About

Qt5 Label Editor for Brother P-Touch Cube label maker

License:MIT License


Languages

Language:Python 78.2%Language:TypeScript 19.3%Language:SCSS 0.9%Language:HTML 0.8%Language:PowerShell 0.3%Language:Shell 0.3%Language:CSS 0.2%