Question: Python II.........need asap please Write a GUI-based program that allows the user to convert temperature values between degrees Fahrenheit and degrees Celsius. The interface should
Python II.........need asap please
Write a GUI-based program that allows the user to convert temperature values between degrees Fahrenheit and degrees Celsius. The interface should have labeled entry fields for these two values. These components should be arranged in a grid where the labels occupy the first row and the corresponding fields occupy the second row. At start-up, the Fahrenheit field should contain 32.0, and the Celsius field should contain 0.0. The third row in the window contains two command buttons, labeled >>>> and
4. Modify the temperature conversion program so that it responds to the users press of the return or enter key. If the user presses this key when the insertion point is in a given field, the action which uses that field for input is triggered.

Your window should look something like the following pic. Please feel free to have fun with it, as long as it does what is required you can do whatever you want as far as the looks of it goes. The user will type in a number in either box and the click the appropriate button to get the conversion. Project 4- add that if the user presses the return or enter key while the insertion point is in a field the appropriate action is triggered. Temperature Converter Celsius Fahrenheit 0.0 32.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
