Question: GUI Design In this homework assignment, you will create a small GUI application using Python. Your application should have the following features: A window with
GUI Design
In this homework assignment, you will create a small GUI application using Python. Your application should have the following features:
- A window with a title of your choice and a custom size.
- A label that displays a message of your choice.
- A button that, when clicked, displays a message box with a message of your choice and an input field where the user can enter a response.
- A second button that, when clicked, displays the user's response in a label on the main window.
- A button on the main window that saves the response to a text file.
To complete this task, you will need to use the kinter library. The main window is created using the Label and Button classes.
Next, create a function for the first button that will display a message box with an input field using the askstring module from Tkinter. The function should retrieve the user's input from the input field and display it in a label on the main window.
Finally, create a function for the second button that will open a save file dialog using asksaveasfile and save the content of the message label to a text *.txt file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
