From 17a1fa1b6306cc17b907260f207587aeba9bb04c Mon Sep 17 00:00:00 2001 From: bernadette Date: Tue, 19 Mar 2024 16:00:42 +0100 Subject: [PATCH] removed old pyhton script --- request-print.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 request-print.py diff --git a/request-print.py b/request-print.py deleted file mode 100644 index e2ded26..0000000 --- a/request-print.py +++ /dev/null @@ -1,7 +0,0 @@ -from escpos.printer import Usb - -p = Usb(0x483, 0x811e, in_ep=0x81, out_ep=0x02, profile="POS-5890") -p.text("A card-browser game: The player gets a card and inserts the keyword appearing on the front of this card in the browser. The browser returns a literal interpretation of the card's function, a text related to the feminist concept connected to that function, and a printed sentence with a command for the player to execute. In this way, the player becomes a feminist server. There is also the possibility to play further with the cards in a one-on-one (or mulit-player) game with open rules.") -p.qr("https://xpub.nl", size=8, center=True) -p.image("call.png", center=True) #width should be 384px if it's too long it might crash -p.textln("") #this creates an empty line