This is basically the same as How do I display a dialog that asks the user multi-choice questıon using tkInter? Except I want to make it work it inside a function, here is the flaw with the accepted answer that I could not bypass:
- The accepted answer doesn't work inside a function (It has problems with retrieving the input, ending the tkinter.Tk and displaying the radiobuttons)
So how do I implement a variation of a multi-choice-question dialog using tkinter that can work inside functions?
I have been stuck on this for a week