This script is to locate the axis of where you want a Tkinter application (Made it for my Mute_Checker) Link:
This script includes the x, y, negativex, and negative y axis of your screen. This will print the axis so you can just copy and paste it inside of the Mute_Checker script.
xaxis: This variable is used for the x axis of your screen (in pixels) (Moving Right)
yaxis: This variable is used for the y axis of your screen (in pixels) (Moving Down)
negativex: This variable is used for the negative x axis of your screen (in pixels) (Moving left)
negativey: This variable is used for the negative y axis of your screen (in pixels) (Moving Up)
- Set one variable to True (x axis, y axis, negative x axis, or negative y axis)
- When you run it a Tkinter GUI should pop up. If you hit the X button at the top, it will open again but in a different position - it will then print the position.
- Copy and paste those x and y axis and you have your notification showing up where you want it to!
Note: negative x and y are there for people with left side monitors or monitors on the top. Also, If you have multiple monitors, I'd recommend putting the monitor you want the notification to show up as primary (When it switches monitors as you keep increasing the axis, it messes up the axis). When you add it to primary, "0+0" will be on the primary monitor and you can then move it to your liking!