I NEED HELP!!! I am trying to make a program somewhat like keynote or powerpoint in python, and I need to know how to make text evenly spread out from the center on the y-axis, I can do that on the x-axis.
If you dont get what I am saying here is an example:
Right now I can start in reverse order from the bottom or top
I want it to be even along the x axis too, but I can't think of a way to do that besides a lot of if statements
Ex:
if numoflines == 1:
...
if numoflines == 2:
...