[Tutor] Module for browsing Windows?

Tim Golden mail at timgolden.me.uk
Wed Aug 11 10:07:29 CEST 2010


On 11/08/2010 01:17, Chorn, Guillaume wrote:
> Hello,
>
> I'm pretty new to Python programming and it is my first programming
> language.  I made a script that uses data from two different .csv files
> to make calculations and then spit the results out in a third .csv file.
> However, the process of typing in the path to each of the two input
> files and the output file (or even copying and pasting those paths) is
> somewhat cumbersome from a UI perspective, and so I was wondering if
> there is a Python module out there that allows you to browse to and
> select files using a Windows-style interface.  Thanks!

Take you pick of any of these:

   http://wiki.python.org/moin/GuiProgramming

Although (to select one) you might find that EasyGui
gets you going the quickest:

   http://easygui.sourceforge.net/

TJG


More information about the Tutor mailing list