From 68858fadfe2cd50df96637c50bfde8a45a5441a4 Mon Sep 17 00:00:00 2001 From: Ed Date: Tue, 1 Aug 2023 23:34:31 +0200 Subject: [PATCH] Corrections to readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aacd8ae..6e201b6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Telegram Printer Bot +# Telegram Sticker Printer Bot This Python script implements a Telegram bot that can print images and stickers sent by users. The bot supports resizing images, converting them to grayscale, and applying gamma correction before printing to ensure maximum quality. -Currently, you can set a command to print your sticker (by default we used brother_ql to print to a Brother printer). You can use any external program you want to print to other brands and models of printers. +Currently, you can set any command to print your sticker (by default brother_ql is used to print). You can use any external program you want to print to other brands and models of printers. ## As seen on * Furizon Riots & Beyond (2022~2023) https://furizon.net @@ -11,6 +11,10 @@ Currently, you can set a command to print your sticker (by default we used broth **Running it at your con? Add it with a pull request! :D** +## Tested printers + +* Brother QL-700 / QL-800 / QL-500 (brother_ql) + ## Requirements * Python 3.6+