0
GUI
I have written a program involving an input and several outputs. How would i go about adding a gui usuing tkinter? I know how to make a gui and i have a working program. I want to know how to combine them
1 Answer
0
we can do it by using entry widgets or text widget, in which we can enter inputs at the run time n show outputs accordingly using buttons.