Python Forum
looking for example code for GUI
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
looking for example code for GUI
#3
For tkinter:

If you download the example code that was part of the Grayson Tkinter book (Wiley publishing), there is a demo section.
In that demo section are individual programs for each of the tkinter, ttk, and pmw widgets,

Also, another, I'll call it a dispatcher program (all.py) that:
   1. launches each of the individual demos, and
   2. displays the script behind each at the push of a button.

This is old code, and unfortunately python 2.7, but is easy to convert to python 3
It was so well written that it is entirely valid today

If you can't find the code, I have it, already converted to 3.4, on a backup drive 'Somewhere'
Reply


Messages In This Thread
looking for example code for GUI - by Skaperen - Oct-30-2016, 03:34 AM
RE: looking for example code for GUI - by Skaperen - Oct-30-2016, 05:35 AM
RE: looking for example code for GUI - by Larz60+ - Oct-30-2016, 05:02 AM
RE: looking for example code for GUI - by Barrowman - Oct-30-2016, 08:50 AM
RE: looking for example code for GUI - by metulburr - Oct-30-2016, 10:39 AM
RE: looking for example code for GUI - by Larz60+ - Oct-31-2016, 12:17 AM
RE: looking for example code for GUI - by Skaperen - Oct-31-2016, 03:25 AM
RE: looking for example code for GUI - by Larz60+ - Oct-31-2016, 04:30 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020