Celsius and Fahrenheit Temperature Converter
Python program:This must be done usingTkinter
Assuming that C is a Celsius temperature, the following formula converts the temperature to Fahrenheit: F = 5/9C +32
Assuming that F is a Fahrenheit temperature, the following formula converts the temperature to Celsius: C = 5/9(F -32)
Create an app that allows the user to enter a temperature. The app should have Button components described as follows:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here