Any idea for build code bars???

Mark Lawrence breamoreboy at yahoo.co.uk
Fri Feb 10 05:28:27 EST 2012


On 10/02/2012 10:10, sisifus wrote:
> 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
>

Studying this should give you some ideas.
http://pypi.python.org/pypi/pyBarcode

-- 
Cheers.

Mark Lawrence.




More information about the Python-list mailing list