documentation

This commit is contained in:
Dejvino 2025-12-23 00:05:16 +01:00
parent 61518315fd
commit a87770a274

15
README.md Normal file
View File

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