Most prominent Tkinter applications?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin Walzer

    #1

    Most prominent Tkinter applications?

    I'm looking for examples of "best practices" in Tkinter/Python
    programming. What are the most prominent Python applications out there
    that use Tkinter as the GUI toolkit? These can be commercial or
    open-source, but are preferably multi-platform.

    I know IDLE is written in Tkinter, so that's one example. Can anyone
    direct me to others?

    --
    Cheers,

    Kevin Walzer, PhD
    WordTech Software - "Tame the Terminal"

    sw at wordtech-software.com
  • Dennis Benzinger

    #2
    Re: Most prominent Tkinter applications?

    Kevin Walzer schrieb:[color=blue]
    > I'm looking for examples of "best practices" in Tkinter/Python
    > programming. What are the most prominent Python applications out there
    > that use Tkinter as the GUI toolkit? These can be commercial or
    > open-source, but are preferably multi-platform.
    >
    > I know IDLE is written in Tkinter, so that's one example. Can anyone
    > direct me to others?
    >[/color]

    Leo <http://webpages.charte r.net/edreamleo/front.html>, an outlining
    editor, uses Tkinter.

    It's at least as prominent as IDLE ;-)


    Bye,
    Dennis

    Comment

    • daftspaniel@gmail.com

      #3
      Re: Most prominent Tkinter applications?

      I use this TKinter app almost everyday. Great simple GUI and looks good
      too.



      Take care,
      Davy Mitchell

      Mood News
      - BBC News Headlines Auto-Classified as Good, Bad or Neutral.


      Comment

      • Carl Friedrich Bolz

        #4
        Re: Most prominent Tkinter applications?

        Kevin Walzer wrote:[color=blue]
        > I'm looking for examples of "best practices" in Tkinter/Python
        > programming. What are the most prominent Python applications out there
        > that use Tkinter as the GUI toolkit? These can be commercial or
        > open-source, but are preferably multi-platform.
        >
        > I know IDLE is written in Tkinter, so that's one example. Can anyone
        > direct me to others?
        >[/color]

        No idea whether it should be counted as "most prominent" (whatever that
        means), but Skencil is a really impressive vector drawing program:

        Skencil, an interactive drawing program based on Python


        At least until a while ago it was using Tkinter, the website talks about
        a port to GTK, though.

        Cheers,

        Carl Friedrich Bolz

        Comment

        Working...