GUI in python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • diffuser78@gmail.com

    #1

    GUI in python

    Hi,

    I am a python newbie and have used it for about a month. I want to make
    a simple GUI app in Python ( I take input form user and do processing
    and show results).

    Which gui package is good for me. I need to do it quick and I would not
    want a long learning curve.

    I was taking look at wxPython, pyGTK etc.


    Please suggest me the most simplest and easiest one as I dont need
    super cool aesthetics just a plain simple GUI app.

    Thanks

  • I. Myself

    #2
    Re: GUI in python

    diffuser78@gmai l.com wrote:[color=blue]
    > Hi,
    >
    > I am a python newbie and have used it for about a month. I want to make
    > a simple GUI app in Python ( I take input form user and do processing
    > and show results).
    >
    > Which gui package is good for me. I need to do it quick and I would not
    > want a long learning curve.
    >
    > I was taking look at wxPython, pyGTK etc.
    >
    >
    > Please suggest me the most simplest and easiest one as I dont need
    > super cool aesthetics just a plain simple GUI app.
    >
    > Thanks
    >
    >[/color]
    I've had very good results with Tkinter, which is the standard Python
    GUI system. On windows, it comes with the standard download. With
    linux you have to download it separately.

    Mitchell Timin

    --
    I'm proud of http://ANNEvolve.sourceforge.net. I'm currently working on a
    major update of the SailChallenge package. If you want to write software,
    or articles, or do testing for ANNEvolve, let me know.

    Humans may know that my email address is: (but remove the 3 digit number)
    zenguy at shaw666 dot ca


    Comment

    • Peter Decker

      #3
      Re: GUI in python

      On 29 Mar 2006 14:20:03 -0800, diffuser78@gmai l.com
      <diffuser78@gma il.com> wrote:
      [color=blue]
      > I am a python newbie and have used it for about a month. I want to make
      > a simple GUI app in Python ( I take input form user and do processing
      > and show results).
      >
      > Which gui package is good for me. I need to do it quick and I would not
      > want a long learning curve.
      >
      > I was taking look at wxPython, pyGTK etc.
      >
      >
      > Please suggest me the most simplest and easiest one as I dont need
      > super cool aesthetics just a plain simple GUI app.[/color]

      You might want to look at Dabo. Not only do they wrap wxPython to make
      its API more Pythonic, but they now have visual design tools that make
      it very simple to create a UI. http://dabodev.com

      I've been using Dabo for a few months now, and can't say enough good
      things about it.
      --

      # p.d.

      Comment

      • riplin@Azonic.co.nz

        #4
        Re: GUI in python

        For quick, no learning curve, simple:



        Comment

        • peter.mosley@talk21.com

          #5
          Re: GUI in python

          See this thread




          Peter

          Comment

          • Eric Brunel

            #6
            Re: GUI in python

            On 29 Mar 2006 14:20:03 -0800, <diffuser78@gma il.com> wrote:
            [color=blue]
            > Hi,
            >
            > I am a python newbie and have used it for about a month. I want to make
            > a simple GUI app in Python ( I take input form user and do processing
            > and show results).
            >
            > Which gui package is good for me. I need to do it quick and I would not
            > want a long learning curve.
            >
            > I was taking look at wxPython, pyGTK etc.
            >
            >
            > Please suggest me the most simplest and easiest one as I dont need
            > super cool aesthetics just a plain simple GUI app.[/color]

            This site will allow you to decide for yourself based on the important
            criteria for you:


            HTH
            --
            python -c "print ''.join([chr(154 - ord(c)) for c in
            'U(17zX(%,5.zmz 5(17l8(%,5.Z*(9 3-965$l7+-'])"

            Comment

            • Nicolay A. Vasiliev

              #7
              Re: GUI in python

              Hello!

              I think this library is enough old, isn't it? Version 0.72 was released
              on 2004-06-20.

              Nicolay

              riplin@Azonic.c o.nz wrote:[color=blue]
              > For quick, no learning curve, simple:
              >
              > http://www.ferg.org/easygui/
              >
              >[/color]

              Comment

              • lucmult@gmail.com

                #8
                Re: GUI in python

                Hi,

                I readed in python brazilian list, about a Eagle, it's seems like you
                need...




                []s

                Luciano Pacheco

                Comment

                • Dave Mandelin

                  #9
                  Re: GUI in python

                  A friend of mine recently used PythonCard and he found it pretty good.
                  I use wxPython, which is what PythonCard is based on, and I think it's
                  very good, but it's more work to get started with than PythonCard.

                  --
                  Want to play tabletop RPGs over the internet?
                  Check out Koboldsoft RPZen: http://www.koboldsoft.com

                  Comment

                  Working...