Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Peter Otten <__peter__@web.de> Newsgroups: comp.lang.python Subject: Re: raw_input and break Date: Thu, 05 Nov 2015 18:06:31 +0100 Organization: None Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: news.uni-berlin.de pojel/QkvvwwHDg8XLLM3g0tTdMKBFcNzY5WvRgghGQQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'resulting': 0.04; 'repository': 0.05; 'chime': 0.09; 'libraries.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'result.': 0.15; '"python': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:break': 0.16; 'wrote:': 0.16; 'posted': 0.21; 'mind.': 0.22; 'bit': 0.23; '(or': 0.23; 'module': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints- To:1': 0.26; 'comfortable': 0.27; 'code': 0.30; 'url:python': 0.33; 'but': 0.36; 'url:org': 0.36; 'modules': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:org': 0.37; 'link.': 0.37; 'someone': 0.38; "didn't": 0.39; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'your': 0.60; 'engine': 0.62; 'details': 0.62 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: p57bd897d.dip0.t-ipconnect.de User-Agent: KNode/4.13.3 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98311 input/ldompeling@casema.nl wrote: >>The code in capture_key.py may look a bit scary, but just as I took it >>without bothering the details you can take the resulting module without >>caring about the code in it. Alternatively you can search > >>https://pypi.python.org > > Thanks for the link. I realy appreciate it. > Can you also tell me what I am looking for in https://pypi.python.org for > a result. I didn't have a particular module in mind. Pypy, or the "Python Package Index", is a repository for all kinds of modules and libraries. If you don't yet feel comfortable looking around (peferrably using the search engine of your choice) and experimenting a bit I recommend that you try the piece of code I posted (or wait for someone else to chime in with a better suggestion).