from tkinter import * master = Tk() w = Spinbox(master, from_ = 0, to = 50) w.pack() mainloop()
w = SpinBox(master, option=value)