Examples of modern GUI python programms

Michael Torrie torriem at gmail.com
Sun Mar 30 22:16:06 EDT 2014


On 03/30/2014 05:16 PM, D. Xenakis wrote:
> What i need is to develop an android looking program (entirelly in
> python) for windows, but dunno if this is possible (most propably
> is), and which tool between those would help me most: tkinter -
> wxpython - pyqt - pygtk .
> 
> Any examples and suggestions are most welcome.

Your best bet is to use PyQt.  I bet you can make some android-looking
UIs using QtQuick (Javascript) with a bit of Python glue.





More information about the Python-list mailing list