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. Please examine the rubrics in building your GUI. Notice the widgets are not placed directly on the form but on a frame with width, padding and relief. 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. note: Coding langage Python
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. Please examine the rubrics in building your GUI. Notice the widgets are not placed directly on the form but on a frame with width, padding and relief.
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.
note:
Coding langage Python
Step by step
Solved in 2 steps with 2 images