ndleah / python-mini-project

🙌 Welcome open-source Python mini-project contributions!
MIT License
3.07k stars 1.21k forks source link

added temperature unit converter #295

Open rutaganda-salim opened 1 month ago

rutaganda-salim commented 1 month ago

temperature Unit Converter

Description: This Python program allows users to convert temperatures between Celsius, Fahrenheit, and Kelvin. It provides a simple command-line interface to input a temperature value and choose the desired conversion.

Features:

Convert Celsius to Fahrenheit Convert Fahrenheit to Celsius Convert Celsius to Kelvin Convert Kelvin to Celsius

Usage: Run the program and follow the prompts to input a temperature and select the conversion type. The converted temperature will be displayed.