Question: Must be done in Python coding language. please No syntax errors. Thank you!! No Syntax Errors- meaning when the code is run it should give

Must be done in Python coding language. please No syntax errors. Thank you!!
No Syntax Errors- meaning when the code is run it should give the same output in the image  Must be done in Python coding language. please No syntax errors.

Project 18-2: Preferences Create a GUI program that stores a user's preferences for a program, and that uses labels instead of a messagebox to display data validation messages. GUI with valid data GUI with invalid data after clicking the Save button Specifications - When the program starts, it should read the preferences from a file and display them in the GUI. If the program can't find the preferences file, it should display a blank name and standard default values of your choosing for language and auto save minutes. - If the user enters valid data and clicks the Save button, the program should write the preferences to a file and close the GUL. - If the user enters invalid data and clicks the Save button, the program should not save the data or close the GUL. Instead, it should display an appropriate message to the right of the text field as shown above. - The Name and Language fields are required. - The Auto Save field is required and must be a valid int value. - If the user clicks the Cancel button, the program should close the GUI without saving any changes. Note - To display the salidation messages, you can add a label to the third column after each text entry field. Then, you can use the same technique for setting text in this label as you do for text entry fields, and you can set the text to an empty string if there's no message for the field

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!