Python Tknter Lable na parte inferior da tela

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