Python Tkinter Lable на нижней части экрана

example = Button(credit, text="example")
example.place(relx=1.0, rely=1.0, anchor="se")
RyanGar46