Page 1 of 1

In the Python language. Make a GUI that follows these specifications: Title "Favorite Meal" Checkbuttons: "Breakfast", "

Posted: Fri Jul 01, 2022 5:41 am
by answerhappygod
In the Python language.
Make a GUI that follows these specifications:
Title "Favorite Meal"
Checkbuttons: "Breakfast", "Second Breakfast", "Lunch", "Dinner" in rows 1-4 of grid
Label "Waiting" in row 5 of grid
Button "Exit" that exits in row 6 of grid
Add a Trigger event when a Checkbutton is checked.
make sure to use tkinter.