2022-05-04 04:12:55 +00:00
|
|
|
# pos-printer-server
|
|
|
|
|
2022-05-04 04:25:26 +00:00
|
|
|
ESC/POS Thermal Printer Server
|
|
|
|
|
|
|
|
Prints logs.
|
|
|
|
|
|
|
|
Prints images, randomly-generated mazes.
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
```
|
|
|
|
pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
|
|
|
- [escposprinter Python library](https://github.com/Simonefardella/escposprinter)
|
|
|
|
- [RPi Maze Printer](https://github.com/mattiasjahnke/rpi-maze-printer)
|
|
|
|
|