I am outputting a list of data in various labels inside my tkinter
window. My problem is that I want to space out the data in columns but when outputting the data, it is skewed and out of place, even when using ljust
. It appears that the characters are all different in size therefore ljust
doesn't work.
I'm wondering if there is any way to change the actual width of the characters so that they can all be the same size, maybe if there is a font with equal sized characters that anybody knows about ?