Examples of modern GUI python programms

Sturla Molden sturla.molden at gmail.com
Wed Apr 2 08:14:01 EDT 2014


Wolfgang Keller <feliphil at gmx.net> wrote:
>> Id like to ask.. do you know any modern looking GUI examples of

> Judging from the example screenshots on their website, Kivy might be
> adequate.

If you want to build something from scratch, libSDL is excellent and free
(zlib license). Official supported platforms are:

Windows XP/Vista/7/8
Mac OS X 10.5+
Linux 2.6+
iOS 5.1.1+
Android 2.3.3+

libSDL can be used from Python using ctypes or Cython. 

There is no GUI, but you can draw whatever you like.


Sturla




More information about the Python-list mailing list