1
0
Fork 0

Corrections to readme

This commit is contained in:
Ed 2023-08-01 23:34:31 +02:00
parent dc2faea743
commit 68858fadfe
1 changed files with 6 additions and 2 deletions

View File

@ -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. 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 ## As seen on
* Furizon Riots & Beyond (2022~2023) https://furizon.net * 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** **Running it at your con? Add it with a pull request! :D**
## Tested printers
* Brother QL-700 / QL-800 / QL-500 (brother_ql)
## Requirements ## Requirements
* Python 3.6+ * Python 3.6+