Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:code': 0.07; 'url:pypi': 0.08; 'python': 0.08; '128': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'hast': 0.16; 'wrote:': 0.18; 'file,': 0.21; 'header:In-Reply-To:1': 0.22; 'subject:build': 0.23; 'code': 0.26; 'all,': 0.27; 'script': 0.28; 'html,': 0.29; 'print': 0.29; 'use?': 0.30; 'translate': 0.31; 'modules': 0.32; 'header:User- Agent:1': 0.33; 'file': 0.34; 'header:X-Complaints-To:1': 0.34; 'from:addr:yahoo.co.uk': 0.34; 'to:addr:python-list': 0.35; 'url:python': 0.35; 'received:org': 0.36; 'but': 0.37; 'could': 0.38; 'some': 0.38; 'format': 0.38; 'should': 0.38; 'url:org': 0.39; 'application': 0.40; 'to:addr:python.org': 0.40; 'ideas.': 0.77; 'content:': 0.84; 'documento': 0.84; '-->': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Any idea for build code bars??? Date: Fri, 10 Feb 2012 10:28:27 +0000 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-92-24-116-91.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:10.0) Gecko/20120129 Thunderbird/10.0 In-Reply-To: X-Antivirus: avast! (VPS 120210-0, 10/02/2012), Outbound message X-Antivirus-Status: Clean X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328869662 news.xs4all.nl 6963 [2001:888:2000:d::a6]:37445 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20153 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.