Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Upendra Kumar Newsgroups: comp.lang.python Subject: Tkinter based GUI for PIP : Needed Feedback Date: Sun, 3 Jul 2016 22:48:22 +0800 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de ZX3wUnYD+PeciIYHoVn2fAYXi4xFOxLJSkNGCmC069Rw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'gsoc': 0.05; 'beginners': 0.09; 'url:github': 0.09; 'python': 0.10; 'everyone,': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'repo': 0.16; 'subject:Feedback': 0.16; 'subject:GUI': 0.16; 'subject:Tkinter': 0.16; 'subject:based': 0.16; 'url:issues': 0.16; 'gui': 0.18; 'subject:Needed': 0.22; 'message-id:@mail.gmail.com': 0.27; 'idea': 0.28; 'preliminary': 0.29; 'subject: : ': 0.30; 'post': 0.31; 'idle': 0.33; 'received:google.com': 0.35; 'project': 0.36; 'to:addr:python-list': 0.36; 'skip:& 10': 0.37; 'version': 0.38; 'feedback': 0.38; 'to:addr:python.org': 0.40; 'provide': 0.61; 'here': 0.66; 'audience': 0.79; 'pip': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iiits-in.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=z7GLhUnsDBhmJA2n5YvYVvhVuTEoA92XW3i5wYLBmC4=; b=p8bj13lNELO1RSuBLzxDVktvDp5MW9gGm9hKfz8OTvHX1ZzAWuYA8Qj1ZY/RXkuf/d /GRgY9kx3RLCflIoj0IZrsIlBEvrSdF+0oB/SOIRm0wA7g7hojrcNoDGvg79oI/zMiH8 TWmG0kzr8UasybcXsZ/PBEfMnook6CAiVhyYC281RdxR+TPkHWA/PrPJNgqTY10SHW4Z fSPnV2f+uQNQ5HwfTkqQzLrXaKEISsDuzdHfjHcmu9YNc4tFuVpjaKw0dX3UX03jiGMw EAieUVF1JmFk7Zc5/h5ZeHLRmOSmDUWnzkXX9J9Zc5o/KYxwMTiHSj9eaIh+wHsmPa3f Z3Rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=z7GLhUnsDBhmJA2n5YvYVvhVuTEoA92XW3i5wYLBmC4=; b=mCCdfCo72c6F4xcmMtPECBbOSvvNf4H9q3Dz0ogKe6xChpP0brO3oAwRCb55a/wUg/ bPtK+NGWxBInxmtOnXj+YF2HEJ4V3d2mQiN27dQxY1n+mwb0RKIEnmvsDDlOQcE2yyYa NtdLErw5gO0QzetAafVZXOgZfRfJHlQkZo+8oHHP3aKJCpujAQoSz+XUxusBQzOhtFFK FDGeFWDHD+zQbOP9ESeywdQLl8lb0JTZc2ZUeAprs2C0Gj8XsLFSlM5ejaxBNJDeOoPF anFzzwf0r5tzocz0Yel7dzG4Gez/iMPdgQAUhud1ac0tRDYbd+HlmGwRZZncFjz3iR/9 o42Q== X-Gm-Message-State: ALyK8tJulggEz+gZDbTAT95htHaAlt2OOQwg2G0S0jffRsme/AzTtpllCZkk5C1Fo8JHSbDgbmVagC1bc/o1Aw== X-Received: by 10.28.97.4 with SMTP id v4mr6811712wmb.71.1467557322357; Sun, 03 Jul 2016 07:48:42 -0700 (PDT) X-Mailman-Approved-At: Sun, 03 Jul 2016 11:30:18 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: Xref: csiph.com comp.lang.python:111000 Hello everyone, We have made a preliminary version of GUI for PIP. This project is a part of GSoC 2016. This project is intended to provide a GUI version for "pip". ( target audience for the project : beginners in Python ). The project idea is discussed on these issues : 1. Issue #23551 : IDLE to provide menu link to PIP gui. 2. Issue #27051 : Create PIP GUI The GitHub repo of the project : https://github.com/upendra-k14/pip_gui Therefore, we would like to have feedback on this project so that we can improve the GUI and other features to it. Please post as many issues and suggestions here : https://github.com/upendra-k14/pip_gui/issues.