A simple and robust command-line temperature converter written in Python. Convert between Celsius, Fahrenheit, and Kelvin, with a history feature and the ability to save your conversion log to a text ...
I created a program that converts temperature in degree Celsius and Fahrenheit. The program gets an input (temperature) from the user and then converts it to Celsius or Fahrenheit based on the menu ...