Skip to content

wa0101/Mouse-Debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖱️ Mouse Debugger

Made with Python

A real-time debugging tool for mouse events and color detection. Useful for applications like object detection in OpenCV using color, game row detection, and mouse position tracking.

🚀 Quick Start

Run the Debugger.py script with Python.

🎯 Features

  1. Mouse Position Tracking: Real-time X and Y coordinates.
  2. Mouse Speed: Calculates speed in pixels per second.
  3. Color Detection: Detects pixel color under the mouse cursor.
  4. Window Change Detection: Detects active window changes.
  5. Mouse Stop Detection: Identifies if the mouse has stopped.
  6. Color Intensity: Displays RGB color intensity of the pixel under the cursor.
  7. Mouse Sensitivity: Shows current mouse sensitivity.
  8. Console Debug Information: Provides color-coded console debug information.
  9. Emoji Support: Adds emojis for a more visual representation.
  10. Window Title Change Notification: 🔄 Notifies when the active window title changes.

📚 Dependencies

  • win32api
  • win32con
  • time
  • numpy
  • colorama
  • win32gui
  • os

⚠️ Disclaimer

Intended for educational and legitimate debugging purposes. Misuse for cheating in games or other dishonest activities is discouraged.

🤝 Contribute

This project is open source. Contributions and improvements are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages