Python Desktop Application with the Browser as an interface?
        Posted  
        
            by Eli
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eli
        
        
        
        Published on 2010-04-10T01:45:11Z
        Indexed on 
            2010/04/10
            1:53 UTC
        
        
        Read the original article
        Hit count: 327
        
I want to create an application that runs on the users computer, a stand-alone application, with installation and what-not, but I want the interface to be a browser, either internal and displayed as an OS window or external accessible using the browser (i.e. some http server).
The reason would be because I know a little about Python, but I think I can manage as long as I have some basic roots that I can use and manipulate, and those would be HTML, CSS, and Javascript.
I've yet to find a good GUI tool which I can use, and always abandon the idea after trying to mess around and eventually not getting anything.
© Stack Overflow or respective owner