Add space around widgets

padx and pady adds space around widgets:

hwtext.pack(side='top', pady=20)
rframe.pack(side='top', padx=10, pady=20)

previousnexttable of contents