2010-02-26 08:54:46 +00:00
|
|
|
ESCPOS
|
|
|
|
======
|
|
|
|
|
|
|
|
Python library to manipulate ESC/POS Printers.
|
|
|
|
|
|
|
|
------------------------------------------------------------------
|
2015-10-27 20:45:15 +00:00
|
|
|
1. Description
|
2010-02-26 08:54:46 +00:00
|
|
|
|
|
|
|
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 standard usage is send raw text to the printer, but in also
|
|
|
|
helps the user to enhance the experience with those printers by
|
|
|
|
facilitating the bar code printing in many different standards,
|
|
|
|
as well as manipulating images so they can be printed as brand
|
|
|
|
logo or any other usage images migh have.
|
|
|
|
|
|
|
|
Text can be aligned/justified and fonts can be changed by size,
|
|
|
|
type and weight.
|
|
|
|
|
|
|
|
Also, this module handles some hardware functionalities like, cut
|
|
|
|
paper, carrier return, printer reset and others concerned to the
|
|
|
|
carriage alignment.
|
|
|
|
|
|
|
|
------------------------------------------------------------------
|
2015-10-27 20:45:15 +00:00
|
|
|
2. Documentation
|
2010-02-26 08:54:46 +00:00
|
|
|
|
2015-06-04 21:44:02 +00:00
|
|
|
Please visit project documentation at:
|
2015-06-04 22:20:15 +00:00
|
|
|
https://github.com/manpaz/python-escpos/wiki
|
2010-02-26 08:54:46 +00:00
|
|
|
|
2015-08-22 20:52:06 +00:00
|
|
|
------------------------------------------------------------------
|
2015-10-27 20:45:15 +00:00
|
|
|
3. Donations
|
2015-08-22 20:52:06 +00:00
|
|
|
|
|
|
|
There are some different prints I'd like to acquire, but unfortunately
|
|
|
|
not all, even used, are cheaper and easy to get.
|
|
|
|
|
|
|
|
If you want to help funding money to get more printers or just want to
|
|
|
|
donate because you like the project, please be in touch and I'll be
|
|
|
|
sending my PayPal info so you can donate.
|
|
|
|
|
|
|
|
Thank you!
|
|
|
|
|
2010-02-26 08:54:46 +00:00
|
|
|
Manuel F Martinez <manpaz@bashlinux.com>
|
|
|
|
|