Label(root, text='Pack', anchor='w').pack(fill='both') # anchor='w' ---- w  for left # anchor='e' ---- e  for right # anchor='center' ---- center  for center

Read more of this post