1 2 3
label2 = Tkinter.Label(self.root, text=u"Добавить постояльца",fg="red",padx=300) label2.configure(padx=400, pady=10) label2.grid(padx=400)