https://github.com/dev-shetty/temperature-converter
https://github.com/dev-shetty/temperature-converter
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-shetty/temperature-converter
- Owner: dev-shetty
- Created: 2022-02-11T11:12:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T11:27:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-09T02:40:32.907Z (10 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme
Awesome Lists containing this project
README
Temperature Conversion program built using tkinter module in Python.
Enter the temperature in either Celsius or Fahrenheit or Kelvin and it will convert it into other temperature scale which is not mentioned.
Additional feature:
- A "Show Formula" button which shows the conversion formula.