Skip to content

karthikeyanav2003/TEMPERATURE-CONVERTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

TEMPERATURE CONVERTER

ABSTRACT: The Temperature Converter is a graphical user interface (GUI) application designed to facilitate the conversion between Celsius, Fahrenheit, and Kelvin temperature scales. The application allows users to input a temperature value in either Celsius, Fahrenheit, or Kelvin and instantly view the corresponding values in the other two scales. The conversion logic is implemented in Python using the Tkinter library for creating the user interface.

OUTPUT:

1.Celsius

image

2.Fahrenheit

output2

3.Kelvin

output3