From a87770a274d0bc80efd50754e9881c8f40042e1c Mon Sep 17 00:00:00 2001 From: Dejvino Date: Tue, 23 Dec 2025 00:05:16 +0100 Subject: [PATCH] documentation --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..79b349c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Print Homework + +Simple homework printer using a thermal printer. Practice makes perfect! + +## Install + +```shell +pip install python-escpos[all] --user +``` + +## Run + +```shell +python print_server.py +```