If I'm using the tkinter pack manager and I just want to add some space horizontally between two items, what is the best way to do it? I understand padx, pady, ipadx, and ipady, but they add space AROUND an item on both sides. Unfortunately I don't see padleft, padright, anything of that nature to just add space BETWEEN two items. What is the best practice here? Just create a little frame and stick it between the visible items?
