radio-button

How to select only one Radiobutton in tkinter

How to select only one Radiobutton in tkinter Question: I have two radiobutton in my GUI but i want to able select only one at a time with the code below am able to select both radiobutton . I tried the checkbutton which also i can select both options. from tkinter import * def content(): …

Total answers: 3

Launch command in Tkinter based on selected radio button?

Launch command in Tkinter based on selected radio button? Question: I would like to change the function and text of a button based on which radio-button is selected. Right now what’s happening is that both commands are run at the same time as soon as the application is launched rather than it being based upon …

Total answers: 1