Python Forum

Full Version: building and printing a receipt with receipt printer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I have recently started a project (application for a restaurant) using wxpython library, but I don't know
how to print or what library a can use in order to print receipt with a (ticket)printer such as POS, EPSON tm...
is there any appropriate library I can use for that ?
Hii, Printing is virtually the same as drawing, so if you can draw the contents of your frame using a wxpython library In addition, I have used the python library PIL to scale any image deemed necessary. once you try this.
Thanks for answering me. I have indeed already used PIL for dealing with images, but I didn't know that I could use it for printing. At lest I'll dig a little. Meanwhile, if there other alternative, please paste a link.
Thanks