thermoprint-homework/README.md
2025-12-23 00:05:16 +01:00

16 lines
200 B
Markdown

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