Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 291 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 291 Bytes

GUI Celsius to Fahrenheit

This program was created in the IDLE environment for Python. After compiling and running the file, a window pops up where the user can enter the temperature in celsius and convert to fahrenheit. The library used in the code is tkinter, the standard GUI library.