keyboard to thermal printer
Go to file
2024-01-09 10:54:22 +02:00
fonts text and image 2023-09-20 05:28:09 +01:00
.gitignore text and image 2023-09-20 05:28:09 +01:00
.gitmodules text and image 2023-09-20 05:28:09 +01:00
pefectFake.jpg text and image 2023-09-20 05:28:09 +01:00
readme readme and some copilot fixes 2024-01-09 10:54:22 +02:00
txt.py readme and some copilot fixes 2024-01-09 10:54:22 +02:00

### install
```bash
git clone git@github.com:5shekel/madpeset.git && cd madpeset
git submodule update --init --recursive

python -m venv venv
source venv/bin/activate
pip install pillow brother_ql
```
to get the camera working, you need to install the drivers for the camera. I used the [official guide](https://www.raspberrypi.org/documentation/configuration/camera.md) to install the drivers.

if you use a webcam try
```bash
sudo apt install fswebcam
```

### run
```bash
python txt.py
```
i usually add a tmux session to `~/.bashrc` to run the script on startup


test printer
```py
brother_ql -b pyusb -m QL-550 -p usb://0x04f9:0x2016 print -l 62 pefectFake.jpg --dither
```