thermoprint-homework/README.md

29 lines
472 B
Markdown

# Print Homework
Simple homework printer using a thermal printer. Practice makes perfect!
## Install
```shell
pip install python-escpos[all] --user
```
### Chess module
```
pip install chess
```
## Config
Consult python-escpos docs:
- [Usage](https://python-escpos.readthedocs.io/en/latest/user/usage.html)
- [Available profiles](https://python-escpos.readthedocs.io/en/latest/printer_profiles/available-profiles.html)
## Run
```shell
python print_server.py
```