An open API service indexing awesome lists of open source software.

https://github.com/BoboTiG/thermalprinter

Python module to manage the DP-EH600 thermal printer.
https://github.com/BoboTiG/thermalprinter

dp-eh400 dp-eh600 driver printer python python3 thermal-printer

Last synced: 9 days ago
JSON representation

Python module to manage the DP-EH600 thermal printer.

Awesome Lists containing this project

README

          

# DP-EH600 Thermal Printer

[![PyPI Version](https://img.shields.io/pypi/v/thermalprinter.svg)](https://pypi.python.org/pypi/thermalprinter)
[![PyPI Status](https://img.shields.io/pypi/status/thermalprinter.svg)](https://pypi.python.org/pypi/thermalprinter)
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/thermalprinter.svg)](https://pypi.python.org/pypi/thermalprinter)
[![Tests](https://github.com/BoboTiG/thermalprinter/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/BoboTiG/thermalprinter/actions/workflows/tests.yml)
[![Github License](https://img.shields.io/github/license/BoboTiG/thermalprinter.svg)](https://github.com/BoboTiG/thermalprinter/blob/master/LICENSE)

> [!TIP]
> Become **my boss** to help me work on this awesome software, and make the world better:
>
> [![Patreon](https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white)](https://www.patreon.com/mschoentgen)

Python module to manage DP-EH600 thermal printers (the one sold by AdaFruit).

- **Python 3.9** minimum;
- This is a clean follow of the technical manual with few helpers;
- And there is a [complete, and beautiful, documentation](https://thermalprinter.readthedocs.io) 🙂
- **Contributors** are welcome, check the [developer guide](https://thermalprinter.readthedocs.io/developers.html)!

## Supported Printers, Installation, Usage, and much more!

Check the [documentation](https://thermalprinter.readthedocs.io).