Hello all, I new in python but i want to practice very much.
In interesting in build an application which read a text file, translate the information in 128 bar code format and print all the information in a printer. File text content: 123456 123456 Where each line mean: 1º --> Print in text format (Ej: 123456) 2º --> Print in bar code format (Ej: |||||||||||) With this information my script hast to build a documento (pdf, html, etc) and send it to the printer. Can any one say me what python modules i could use? Regards
-- http://mail.python.org/mailman/listinfo/python-list