Skip to content

This repository contains a Python program for converting temperatures between Celsius, Fahrenheit, and Kelvin. It provides a simple command-line interface where, upon entering a temperature in any unit, the program will output the equivalent temperatures in the other two units.

Notifications You must be signed in to change notification settings

LakshayD02/Temperature_Convertor_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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. 🌍

About

This repository contains a Python program for converting temperatures between Celsius, Fahrenheit, and Kelvin. It provides a simple command-line interface where, upon entering a temperature in any unit, the program will output the equivalent temperatures in the other two units.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages