Skip to content

Instantly share code, notes, and snippets.

View renaudgweb's full-sized avatar
📟

RenaudG renaudgweb

📟
View GitHub Profile
#!/usr/bin/env python3
# based on https://github.com/amber-sixel/PythonCatPrinter.git
#
# can be used as a raw postscript printer (a4, one page only) on port 9100
#
# status : curl --location --request GET 'localhost:5000'
#
# curl --location --request POST 'localhost:5000' \
# --form 'image=@"/image.jpg"' \ #optional
# --form 'text="hello world"' \ #optional