How can we get the value of a Spinbox (from 1 to 10) then multiply it into a number (ex: 100)? And then display the result into a textbox in TKINTER???
I tried the .get() method to get the value, then I multiplied it by 100. Then I used the .insert() method to display the result in a textbox, but it didn't work that well
Spinbox,TextandButtonvalue_changedEdit: re-work in
value_changed()Snippet:
Screenshot: