An open API service indexing awesome lists of open source software.

https://github.com/karthikeyanav2003/temperature-converter

prodigy projects - temperature calculator
https://github.com/karthikeyanav2003/temperature-converter

calc calculator-application converter gui guiapplication python temperature-converter tkinter

Last synced: 3 days ago
JSON representation

prodigy projects - temperature calculator

Awesome Lists containing this project

README

          

# 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](https://github.com/karthikeyanav2003/PRODIGY_SD_01/assets/145100980/c3cb8153-bed0-4c0e-aab7-f57d92666c38)

2.Fahrenheit

![output2](https://github.com/karthikeyanav2003/PRODIGY_SD_01/assets/145100980/a1793a77-01f2-4918-b0a7-320d135d6f35)

3.Kelvin

![output3](https://github.com/karthikeyanav2003/PRODIGY_SD_01/assets/145100980/4432ed54-7555-4530-8951-42a20a1c1a58)