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. -- https://mail.python.org/mailman/listinfo/python-list