Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.127 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.00; 'mehta': 0.09; 'exist.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'shortcut': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'command': 0.22; 'otherwise,': 0.22; 'url:moin': 0.24; 'header:In-Reply-To:1': 0.27; 'on,': 0.29; 'am,': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'directly,': 0.31; 'own,': 0.31; 'url:python': 0.33; 'link.': 0.33; 'maybe': 0.34; 'problem.': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'interaction': 0.36; 'url:org': 0.36; 'to:addr :python-list': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'entire': 0.61; "you're": 0.61; 'name': 0.63; 'grab': 0.64; '20,': 0.68; 'snapshot': 0.84; 'tricky': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=eNvrftMisWCsnfLvJBtqqINCWp+SYBstXMMNCVNf418=; b=Wm9APsFpX4VE2mpCAA5mG/2I1grvtXWI4Jg454V5Qyx61b1OA9wYlCqbkXUvEoekmb 1EgU6aEPkkgkoG2G1Gq5A9dwVDt49hfr6aZx/wi9kH2Bkhl8iXEtMnF44HDpS3QQFS8z m32MIZkHEwuHcNG1DK6NUYPxAy5TIWVH/1XUcON9BZtgR6FhE1se0g8vlTr1pRuVWjw7 Z8xwpQ7QYmlVcjjqFVsp8xNRVPqd/mJFmVtpaVHbW8O9+U4qhDqvHwYENUA7DggsvVw8 0DrXbshI3olyBhUAbeam2xSymrtG/MBuk9NN6SxCU0isov+AvQeO60AQx/d3UW91TGH6 iXTw== MIME-Version: 1.0 X-Received: by 10.68.219.104 with SMTP id pn8mr9890842pbc.81.1382222198732; Sat, 19 Oct 2013 15:36:38 -0700 (PDT) In-Reply-To: <22861e2f-50f2-4d74-9024-53caec5570fa@googlegroups.com> References: <22861e2f-50f2-4d74-9024-53caec5570fa@googlegroups.com> Date: Sun, 20 Oct 2013 09:36:38 +1100 Subject: Re: Screenshots in Mac OS X From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382222204 news.xs4all.nl 15960 [2001:888:2000:d::a6]:36510 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57126 On Sun, Oct 20, 2013 at 9:12 AM, Pratik Mehta wrote: > Command + Shift + 5 =3D=3D> This one is a little bit tricky which I am lo= oking for. This shortcut doesn't exist. I want to create one of my own, whe= re it would grab the entire webpage's screenshot which I am currently worki= ng on, and store the name as the webpage's link. Sounds like a difficult thing to write from scratch. Can you find something off-the-shelf that takes a snapshot of your current window, and then maybe add some interaction with the web browser? Otherwise, you're poking around with screenshotting directly, which is very much a solved problem. Also, please read this before you reply: https://wiki.python.org/moin/GoogleGroupsPython ChrisA