Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.097 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'only)': 0.16; 'subject:program': 0.16; '(but': 0.19; 'cc:addr:python.org': 0.22; 'url:moin': 0.24; 'cc:2**0': 0.24; 'sort': 0.25; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'with,': 0.31; 'url:python': 0.33; 'common': 0.35; 'received:google.com': 0.35; 'interface,': 0.36; 'url:org': 0.36; 'here:': 0.62; "you'll": 0.62; 'to:addr:gmail.com': 0.65; 'subject:Unlimited': 0.91 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 :cc:content-type; bh=16/VbfgHsufU9hlSwFcpcQlA0k9nx2v2LycPtnxrwrM=; b=UQq89DwxADvUz4mmXdBuX7eezI02thYmSog14ih6/9PTRUxr2xIZDV89G+u6UqowvM weqOQDTu60ivV8vC54L/wNqfkXNYS3DfD2/cY1xs7Yh3YuXauXzpP6rdTL/4m66E9uEq XS1+8sxtubRYnl/qwtLE2wIIY4Xw0nBYxHGRvLVDm8fWCkZVoyl38tauexw5CxkGyVdV /mYn4iaCBcPg0oEvJmrdxiq9xAPS/gB18Aq654nFCSQxAb9sLTEwqzOhBdJbOnBzfNjX ccYIQCwkksoUFtdI+aeKUpLu9l15YCi6DAAqZRtme6BS+i9uQCID2WhIJg09Duu2WOTU ticw== MIME-Version: 1.0 X-Received: by 10.50.225.3 with SMTP id rg3mr3027179igc.28.1382642571254; Thu, 24 Oct 2013 12:22:51 -0700 (PDT) In-Reply-To: <5d107d11-0abf-4180-a994-3368f12979c1@googlegroups.com> References: <5d107d11-0abf-4180-a994-3368f12979c1@googlegroups.com> Date: Thu, 24 Oct 2013 15:22:51 -0400 Subject: Re: Unlimited canvas painting program From: Thomas Murphy To: markotaht@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Thu, 24 Oct 2013 21:25:44 +0200 Cc: Python 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: 3 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382642745 news.xs4all.nl 15949 [2001:888:2000:d::a6]:43537 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57465 To start with, you'll want some sort of Graphic User Interface, a popular and common (but not the only) one is TkInter, which you can dive into here: https://wiki.python.org/moin/TkInter