Can this be done with python?

Josiah Carlson jcarlson at nospam.uci.edu
Tue Mar 23 15:27:42 EST 2004


> I found out python may be a good language to learn for a beginner. I
> do wonder however if the following can be done in a created gui:
> 
> -have a button opening a 'open file' dialog, eg when I need a user to
> search for an image

Yeah, this is a standard dialog for most GUI toolkits that work with 
Python.  Check wxPython, tk, PyGTK and PyQT.


> -create a tree that can be adjusted by the user (eg adding a branch)

Of course.


> -the gui builders, can they create windows xp style I can skin with eg
> stylexp or another skinning program?

Don't know, never needed to.

  - Josiah



More information about the Python-list mailing list