https://github.com/lakshayd02/temperature_convertor_python
Temperature Conversion program using Python that converts temperatures between Celsius, Fahrenheit and Kelvin in python.
https://github.com/lakshayd02/temperature_convertor_python
python python3 pythonlibrarires temperature-converter
Last synced: 15 days ago
JSON representation
Temperature Conversion program using Python that converts temperatures between Celsius, Fahrenheit and Kelvin in python.
- Host: GitHub
- URL: https://github.com/lakshayd02/temperature_convertor_python
- Owner: LakshayD02
- Created: 2023-10-14T17:26:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T17:31:15.000Z (about 2 years ago)
- Last Synced: 2025-01-18T21:03:10.992Z (12 months ago)
- Topics: python, python3, pythonlibrarires, temperature-converter
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature_Convertor_Python
## Description
This Python program offers a straightforward way to convert temperatures between the three most common units: Celsius, Fahrenheit, and Kelvin. It defines functions for each conversion, making the code modular and easy to understand.
## Features
* **Celsius Input:** When the user enters a temperature in Celsius, the program outputs the equivalent in both Fahrenheit and Kelvin. °C → °F and K
* **Fahrenheit Input:** When the user enters a temperature in Fahrenheit, the program outputs the equivalent in both Celsius and Kelvin. °F → °C and K
* **Kelvin Input:** When the user enters a temperature in Kelvin, the program outputs the equivalent in both Celsius and Fahrenheit. K → °C and °F
## Technologies Used
* **Python:** The core programming language used for the temperature conversion logic and user interface. 🐍
## Ideal For
* **Beginners in Python:** A great example for learning about functions, user input, and basic program flow in Python. 🧑🎓
* **Students:** Studying temperature conversions and needing a practical implementation. 📚
* **Anyone:** Who needs a quick and easy way to convert between temperature units. 🌍