Skip to content

Mouse-tracker is a mouse coordinate capturer implemented in Python, which supports displaying coordinates while hovering the mouse and fixedly displaying coordinates using shortcut keys.

License

Notifications You must be signed in to change notification settings

blandyy/mouse-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

屏幕坐标捕获器

这是一个实时捕获鼠标在屏幕上坐标的小工具,支持固定坐标展示。

用法

  • python mouse_tracker.py (需要安装依赖)或编译成exe后打开
  • Ctrl+右键点击固定当前鼠标坐标,按ESC取消固定坐标

编译exe

pyinstaller -F -w mouse_tracker.py

About

Mouse-tracker is a mouse coordinate capturer implemented in Python, which supports displaying coordinates while hovering the mouse and fixedly displaying coordinates using shortcut keys.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages