Skip to content

Setibs/Mouse-position-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Are you tired of using packages like pyautogui through the terminal to determine which pixels you're pointing at?

That's why I created this draggable GUI, which displays the real-time location of your mouse on the screen, overlaying any other window.

Simply run main.py or create an executable using the pyinstaller command "pyinstaller --windowed --onedir --icon=icon.ico main.py," and you're good to go. You can also use the --onefile argument, but please note that it might slow down startup.

Once the application is running, you can close it from the taskbar or by using the ctrl+Q shortcut if you have the window selected.

Example:

Example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages