self.to_celsius_button = Button(self.button_frame, text = "To Degrees C", bg = "#990099", fg= button_fg, font = button_font, width = 12, command = lambda: self.temp ...