Add Pablo: the friendly label printer helper #5

Merged
marsien merged 15 commits from add-pablo into master 2026-04-16 14:02:48 +00:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit 6b50d02d60 - Show all commits

BIN
img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
img_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -6,10 +6,12 @@ as provide info about printer status and other useful information.
## Supported commands ## Supported commands
- `/media_info` - show info about currently installed media - `/media_info` - show info about currently installed media
![img.png](img.png)
- `/simple_label` - print a simple label - `/simple_label` - print a simple label
![img_1.png](img_1.png)
### usage example ### Usage example
You need to things: You need three things:
1. A telegram bot token, you can write to [@BotFather](https://t.me/BotFather) to get one 1. A telegram bot token, you can write to [@BotFather](https://t.me/BotFather) to get one
2. A compatible printer 2. A compatible printer
3. docker installed on your system 3. docker installed on your system