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


Groups > comp.lang.python > #20153 > unrolled thread

Re: Any idea for build code bars???

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2012-02-10 10:28 +0000
Last post2012-02-10 10:28 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#20153 — Re: Any idea for build code bars???

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2012-02-10 10:28 +0000
SubjectRe: Any idea for build code bars???
Message-ID<mailman.5648.1328869662.27778.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web