n this Assignment we will build a simple graphical application that is responsive and that uses basic widgets and demonstrates event handling. The screen shot below shows the expected result In this Assignment we will build a simple graphical application that is responsive and that uses basic widgets and demonstrates event handling. The screen shot below shows the expected result You must not use any other library except tkinter. Your code must run on a standard machine. Your code must be written as a class that inherits from Tk and the application must resize gracefully. The apps must start in a usable state i.e. all the relevant values of the input widget must be set. So if you click ok when the app starts, then you should get the pop-up message shown in the last page. The reset button must set the app to the initial start state. Widget must align vertically as well as horizontally with their matching widget
In this Assignment we will build a simple graphical application that is responsive and that uses basic widgets and demonstrates event handling. The screen shot below shows the expected result
In this Assignment we will build a simple graphical application that is responsive and that uses basic widgets and demonstrates event handling. The screen shot below shows the expected result
You must not use any other library except tkinter. Your code must run on a standard machine.
Your code must be written as a class that inherits from Tk and the application must resize gracefully.
The apps must start in a usable state i.e. all the relevant values of the input widget must be set. So if you click ok when the app starts, then you should get the pop-up message shown in the last page.
The reset button must set the app to the initial start state.
Widget must align vertically as well as horizontally with their matching widget
- Application not designed as a class.
- Application not responsive: The widget does not move when the main window is resized.
- Application starts with missing input values. All the fields must be already filled out.
- Displaying a None value in your pop-up window.
Frame Container for all of the widget. |
Label for the name of the data-entry form |
First column with the following labels: Full name Residency Program Courses Color and font can be anything of your choice but must be pleasing to the user. |
Entry that captures the username. |
Radiobuttons: |
Domestic with value dom International with value intl |
Combobox with minimum four items |
|
Minimum three Checkboxes
|
Trending now
This is a popular solution!
Step by step
Solved in 2 steps