From 439143a474b17131b3439fc58d93aade14c7fb4a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 7 Dec 2024 11:57:34 -0500 Subject: [PATCH] link to python-escpos --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c53d617..5e466c6 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,6 @@ It was worth every penny of the $50 (including tax and shipping) I got it for on The printer is an EPSON TM-m30-NT-II. It's CUPS drivers are packaged in [my NixOS configuration here](https://github.com/Infinidoge/universe/blob/master/pkgs/tmx-cups-ppd.nix). -The focal point of my experiments has been [my custom printer class](./printer.py), which adds context managers and other goodies to make creating custom receipts easier. +The focal point of my experiments has been [my custom printer class](./printer.py) derived from [python-escpos](https://github.com/python-escpos/python-escpos), which adds context managers and other goodies to make creating custom receipts easier. If you have any suggestions on things to print, feel free to [ping me on Mastodon](https://meow.social/@Infinidoge) or some of the other places on [my website](https://inx.moe) :)