Skip to content

This script is to locate the axis of where you want a Tkinter application (Made it for my Mute_Checker) Link: https://github.com/Malik403/Mute_Checker

License

Notifications You must be signed in to change notification settings

Malik403/axis_locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

axis_locator

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.

User Options to Edit

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)

Demo

Instructions

  1. Set one variable to True (x axis, y axis, negative x axis, or negative y axis)
  2. 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.
  3. 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!

About

This script is to locate the axis of where you want a Tkinter application (Made it for my Mute_Checker) Link: https://github.com/Malik403/Mute_Checker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages