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 +```