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.
In the Python language. Make a GUI that follows these specifications: Title "Favorite Meal" Checkbuttons: "Breakfast", "
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am