A simple Python script that allows you to convert temperatures between Celsius, Fahrenheit, and Kelvin. This script provides easy-to-use functions for temperature conversion and a user-friendly command-line interface.
- Convert temperatures between Celsius, Fahrenheit, and Kelvin.
- Choose from various conversion options: Celsius to Fahrenheit, Fahrenheit to Celsius, Celsius to Kelvin, Kelvin to Celsius, Fahrenheit to Kelvin, and Kelvin to Fahrenheit.
- Provides accurate temperature conversions.
Follow these instructions to get started with the Temperature Converter:
- Python 3.6 or higher
- Clone this repository to your local machine:
git clone https://github.com/abdullahguch/temperature-converter.git
- Navigate to the project directory:
cd temperature-converter
- Run the script:
python temperature_converter.py
-
Choose the type of temperature conversion you want to perform by entering the corresponding number.
-
Follow the prompts to enter the temperature value you want to convert.
-
The script will display the converted temperature.
- Celsius to Fahrenheit
- Fahrenheit to Celsius
- Celsius to Kelvin
- Kelvin to Celsius
- Fahrenheit to Kelvin
- Kelvin to Fahrenheit
Enter your choice (1/2/3/4/5/6): 1 Enter temperature in Celsius: 25 25.0 Celsius = 77.0 Fahrenheit
Contributions are welcome! Please feel free to open issues or pull requests to suggest improvements or report bugs.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy temperature converting!