status tombol ubah tkinter

btn = Button(root, text="Download", state=DISABLED)

btn.config(state="normal")
Enoch