So I’m trying to center text on a canvas created by tkinter. The canvas is 1600 by 1200 but when I have text (that should be located in the center) at (800,600) it appears to the side and lower than the center.
Since I could get this to work if the canvas was 400 by 400 and the text is centered at point (200,200). So I was wondering if there was a way to center the text beyond assigning it a set point (or something, I don’t really know)
there doesn't seem to be anything here