Barcodes
Emile van Sebille
emile at fenx.com
Mon Aug 17 16:44:52 EDT 2009
On 8/17/2009 1:18 PM Ronn Ross said...
> My company needs a small inventory management app. Does python have any
> libraries to help with reading and writing bar codes?
I've written bar code apps and python really doesn't enter into that
part of things. Printers generally have bar code printing capabilities
so you just send the right escape sequences and you get the bar codes.
To read them, bar code readers scan and translate before sending the
values through typically a keyboard wedge or serial port.
Emile
More information about the Python-list
mailing list