Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: tkinter, dropdowns with changing options
Post: RE: tkinter, dropdowns with changing options

from Tkinter import * import Tkinter as ttk from ttk import * root = Tk() root.title("puppet app") # Add a grid mainframe = Frame(root) mainframe.grid(column=0,row=0, sticky=(N,W,E,S) ) mainframe....
Sheepykins GUI 4 9,799 Oct-15-2018, 10:57 AM
    Thread: tkinter, dropdowns with changing options
Post: tkinter, dropdowns with changing options

Helloooooo, Very new to python. Finding it quite difficult actually. Learned the fundamentals well enough, but theres never really much instruction on how to fit it all together into something meanin...
Sheepykins GUI 4 9,799 Oct-11-2018, 10:28 AM

User Panel Messages

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