Page 59 - Phyton_GUIprogrammingwithTkinter
P. 59

P a ge  | 50



                 btnReg=Button (root, text="Register”, font=("Helvetica",12),
                 width=12, height=1, bd=3, bg="#009e00",
                 activebackground='#008000’,
                 activeforeground='white',command=register)
                 btnReg.place(x=120, y=380)

                 root.mainloop()
   54   55   56   57   58   59   60   61   62   63   64