Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Torrie Newsgroups: comp.lang.python Subject: Re: PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript. Date: Fri, 08 Jan 2016 07:37:35 -0700 Lines: 18 Message-ID: References: <23384de9-7909-41e8-8a63-ebadb583bf84@googlegroups.com> <568F3305.9080404@blindza.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de yzXWIpYVlt6dRlICqWH/5g4loH8EgfNQpRrg7EYR6Ccw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; '(using': 0.07; 'subject:create': 0.09; 'python': 0.10; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'jacob': 0.16; 'partly': 0.16; 'python-based': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:GUI': 0.16; 'wrote:': 0.16; 'app': 0.16; 'developer,': 0.18; 'frameworks': 0.18; 'gui': 0.18; 'versions': 0.20; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'loads': 0.29; 'markup': 0.29; 'window': 0.30; 'primary': 0.31; 'embedded': 0.32; 'run': 0.33; 'accessible': 0.33; 'doubt': 0.33; 'wrap': 0.33; 'message- id:@gmail.com': 0.34; 'handle': 0.34; 'could': 0.35; 'primarily': 0.35; 'something': 0.35; 'but': 0.36; 'too': 0.36; 'should': 0.36; 'project': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'virtual': 0.38; 'google': 0.39; 'does': 0.39; 'application': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'charset:windows-1252': 0.62; 'is.': 0.63; 'times': 0.63; '100%': 0.72; 'subject:CSS': 0.84; 'toolkit.': 0.84; 'subject: :: ': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <568F3305.9080404@blindza.co.za> 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:101377 On 01/07/2016 08:54 PM, jacob Kruger wrote: > I would definitely like to try out something like this - I am primarily > a web developer, and, partly since am 100% blind, any form of GUI design > is at times an issue for me, whereas I have been working with HTML > markup layouts for almost 20 years now, but, which versions of python > should this work with, and, what does it actually then use to > generate/handle GUI interface? Ask since, some of the GUI frameworks are > not too accessible themselves. This project is simply a web browser (qtwebkit) embedded in a bare window that automatically loads a python-based web application you write separately. That's all it is. It's not a GUI toolkit or even a web-based GUI toolkit. It's primary purpose is to allow you to wrap up a Python-based web app (using Flask, but I have no doubt it could handle Django) in a little self-contained package so you can run it as if it were a standalone app. Kind of like how Google Chrome let's you take a url and make a virtual app out of it.