Go to file
Patrick Kanzler cdf997aff5
FIX import problems with __init__.py
* removes all imports from __init__.py
* users will have to directly import the printer module (same behaviour as in master)
* fixes #97
2016-03-07 00:10:06 +01:00
doc Add width/height multiplier support, upsidedown text and text smoothing 2016-03-01 10:05:52 -08:00
escpos FIX import problems with __init__.py 2016-03-07 00:10:06 +01:00
test improve packaging and test environment 2016-02-11 18:37:13 +01:00
.gitignore ADD .directory to .gitignore 2016-01-07 12:41:27 +01:00
.travis.yml clean travis configuration file 2016-01-05 12:25:20 +01:00
CHANGELOG version bump to 1.0.9 2016-01-24 15:32:54 +01:00
COPYING Initial files 2010-02-26 00:54:46 -08:00
INSTALL Updated installation instructions 2013-03-13 23:25:46 -07:00
MANIFEST Added base package files 2014-02-23 23:10:41 -08:00
README DOC improve documentation 2015-12-27 19:09:31 +01:00
requirements.txt ADD requirements.txt and requirements to setup.py 2015-11-27 23:13:48 +01:00
setup.py improve packaging and test environment 2016-02-11 18:37:13 +01:00
tox.ini IMPROVE packaging and testing 2015-12-30 16:58:28 +01:00

README

ESCPOS
======

Python library to manipulate ESC/POS Printers.

------------------------------------------------------------------
1. Description

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.

------------------------------------------------------------------
2. Documentation

Please visit project documentation at:
https://python-escpos.readthedocs.org/en/latest

------------------------------------------------------------------
3. Donations

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!

Manuel F Martinez <manpaz@bashlinux.com>