This is a simple Temperature Converter program written in Python. It allows the user to convert a given temperature from Celsius to Fahrenheit or from Fahrenheit to Celsius.
The temperature to current conversion is in linear relationship, where 4mA represents -20C and 20mA represents 150C as the example. The slope of the linear relationship is (20-4)mA/(150 - (-20))C = ...