Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #20153

Re: Any idea for build code bars???

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Any idea for build code bars???
Date 2012-02-10 10:28 +0000
References <CAGuUsRb3sUYEwGn6vUrAfxoODCWrnsubm8wV_M1J2AUjpN_+4A@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5648.1328869662.27778.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Any idea for build code bars??? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-02-10 10:28 +0000

csiph-web