I have created a msgbox with easygui and everything works fine except that the text inside the box isn't centered as your can see in this screenshot
here is my code:
from easygui import *
("Please upload your Background picture", "Picture Upload", "Upload")
so is there any additional parameters I need to add to center the label text?
same question on how to add any background color or image? I can't seem to find anything in the documentation
thanks