User Ratings

★★★★★
★★★★
★★★
★★
7
1
0
1
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Exactly what I wanted and so much more. Shows parameters for Physical, Scaled, Relative, Scaling (DPI), Raw DPI (Ratio), Resolution, and even R/G/B colour (this reason alone is more than enough to keep it to quickly get colour codes)! Great tool. Thanks for developing!
  • Very Good for quick use and someone that has no zoom on their monitor. I would add a option for zoom cause with anytype of zoom applying all the coords become wrong so yeah. BUT If u have anytime type of zooming( I have 150% ) i got this code from ChatGPT Enjoy!! . the press q doesnt work and i dont really need it so i leave it be. IF IT WORKS DONT TOUCH IT Java: import java.awt.*; public class CursorPosition { public static void main(String[] args) { System.out.println("Press 'q' to quit."); // Continuously update and display cursor position while (true) { // Get cursor position and display Point cursorPosition = MouseInfo.getPointerInfo().getLocation(); System.out.println("Cursor position: x = " + cursorPosition.x + ", y = " + cursorPosition.y); // Add a short delay to avoid excessive CPU usage try { Thread.sleep(500); // Sleep for 1 second (adjust as needed) } catch (InterruptedException e) { e.printStackTrace(); } } } }
  • I still need to try the support. Their tool is great, but it picked the wrong screen size for my computer.
  • I love this. I hope you all win the lottery. 3 times each. Example: This will refresh a chrome browser with default button locations Res: 1920 x 1080 125% scale RefreshBrowser.py # Ensure pywin32 is installed # pip install pywin32 import sys import time import math import ctypes import win32com.client as comclt from datetime import datetime wsh= comclt.Dispatch("WScript.Shell") vTime = input('Refresh for how many minutes? ') RefreshInterval = 4 vRefresh = int(vTime) * RefreshInterval print("Refreshing " + str(vRefresh) + " times.") time.sleep(5) for x in range(0,int(vRefresh)): # Click ... ctypes.windll.user32.SetCursorPos(86, 50) ctypes.windll.user32.mouse_event(2, 0, 0, 0,0) # left down ctypes.windll.user32.mouse_event(4, 0, 0, 0,0) # left up time.sleep(1) LoopValue = x + 1 print(str(datetime.now()) + " - " + str(LoopValue) + " of " + str(vRefresh) + "") time.sleep(14) print("Complete.")
  • As a user of MPos, I have to say that this program is amazing and incredibly easy to use. I love how it allows me to see the mouse position on my screen at all times, which has been a huge help for my work. The interface is clean and user-friendly, and I've had no issues with it so far. I'm really glad I found this program - it's a game-changer for me. Thanks to the developers for creating such a useful tool! -Drazreckned
  • Ability to copy data to clipboard awesome! Also, it has physical AND scaled coords.
  • Very simple - probably the #1 design feature. But maybe a slightly souped up version would be good to have (maybe as an option, with the basic MousePos still offered). I'd like to be able to 1) change the size/font of the display just to make it easier to find & read, and 2) define a local origin, so that I can measure pixel distances between points.
    Reply from MPos - Mouse Position
    Posted 2021-10-14
    Thanks for the feedback. Based on your suggestion, the latest v.0.4 introduced the option to configure the font family and font size of the main display. Regarding measuring distances on screen, please refer to https://sf.net/p/screenruler.
  • Amazing! Does exactly as advertised. Very simple to use. 1) Run program. 2) Move your mouse to where you want to find the coordinates of. 3) The program automatically shows the coordinates of your mouse, so you don't have to click any buttons. Best coordinates finder program out there (tried 4 programs).
    2 users found this review helpful.
  • Exactly what I was looking for! Super lightweight too! Gives both physical & scaled X,Y coordinates. I used it to find where I need my RPA program to click. Thank you to the developer!
    2 users found this review helpful.
  • Previous
  • You're on page 1
  • Next