python-escpos / python-escpos

Python library to manipulate ESC/POS printers

Home Page:https://python-escpos.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-escpos - Python library to manipulate ESC/POS Printers

Description

Documentation Status

Python ESC/POS is a library which lets the user have access to all those printers handled by ESC/POS commands, as defined by Epson, from a Python application.

The library tries to implement the functions provided by the ESC/POS-command-set and supports sending text, images, barcodes and qr-codes to the printer.

Text can be aligned/justified and fonts can be changed by size, type and weight.

Also, this module handles some hardware functionalities like cutting paper, control characters, printer reset and similar functions.

Since supported commands differ from printer to printer the software tries to automatically apply the right settings for the printer that you set. These settings are handled by escpos-printer-db which is also used in escpos-php.

Dependencies

This library makes use of:

Documentation and Usage

The basic usage is:

Another example based on the Network printer class:

Another example based on the Serial printer class:

The full project-documentation is available on Read the Docs.

Contributing

This project is open for any contribution! Please see CONTRIBUTING.rst for more information.

Disclaimer

None of the vendors cited in this project agree or endorse any of the patterns or implementations. Its names are used only to maintain context.

About

Python library to manipulate ESC/POS printers

https://python-escpos.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%