asweigart / PyMsgBox

Simple, cross-platform, pure Python module to display message boxes, and just message boxes.
BSD 3-Clause "New" or "Revised" License
59 stars 18 forks source link

Configure Location of message box? #15

Open metaperl opened 1 year ago

metaperl commented 1 year ago

It would be nice to be able to have the message box at a particular place on the screen. In my case, I want it in the upper left corner.

Turiisutan commented 8 months ago

I know it's old but you can use something like this pymsgbox.rootWindowPosition = "+480+90" I just found it somewhere.